void rxc_sack_timer_cb(TimerID tid, void *assoc, void *dummy)

the callback function when the sack timer goes off, and we must sack previously received data (eg.

Documentation

the callback function when the sack timer goes off, and we must sack previously received data (eg. after 200 msecs) Has three parameters as all timer callbacks
Parameters:
tid - id of the timer that has gone off
assoc - pointer to the association this event belongs to
dummy - pointer that is not used here

Alphabetic index HTML hierarchy of classes or Java



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