void fc_timer_cb_reduce_cwnd(TimerID tid, void *assoc, void *data2)

timer controlled callback function, that reduces cwnd, if data is not sent within a certain time.

Documentation

timer controlled callback function, that reduces cwnd, if data is not sent within a certain time. As all timer callbacks, it takes three arguments, the timerID, and two pointers to relevant data
Parameters:
tid - the id of the timer that has gone off
assoc - pointer to the association structure, where cwnd needs to be reduced
data2 - currently unused == NULL

Alphabetic index HTML hierarchy of classes or Java



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