int fc_do_timerbased_rtxmit(void *fc_instance, unsigned int num_of_chunks, unsigned int timed_out_address)

This function does the retransmission algorithm, after T3 timeout.

Documentation

This function does the retransmission algorithm, after T3 timeout. One packet worth one MTU may be sent at ONCE ! After that, send data according to cwnd, mtu, outstanding bytes and what else is there
Parameters:
fc_instance - pointer to the used flow control structure
num_of_chunks - number of chunks we may transmit at once which are supposed to be less than path mtu
timed_out_address - index of address, where timeout occurrs
Returns:
0 for success, less than zero for error

Alphabetic index HTML hierarchy of classes or Java



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