int fc_check_for_txmit(void *fc_instance)

function that checks whether we may transmit data that is currently in the send queue.

Documentation

function that checks whether we may transmit data that is currently in the send queue. Any time that some data chunk is added to the send queue, we must check, whether we can send the chunk, or must wait until cwnd opens up.
Parameters:
fc_instance - pointer to the flowcontrol instance used here
Returns:
0 for success, -1 for error

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.