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

timer controlled callback function, called when T3 timer expires and data must be retransmitted This timer also adjusts the slow start threshold and cwnd values As all timer callbacks, it takes three arguments, the timerID, and two pointers to relevant data

Documentation

timer controlled callback function, called when T3 timer expires and data must be retransmitted This timer also adjusts the slow start threshold and cwnd values 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 to which this T3 timer belongs
data2 - pointer to the index of the address where T3 timer had been running

Alphabetic index HTML hierarchy of classes or Java



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