static void handleChunksAcked(short pathID, unsigned int newRTT)

Function is used to update RTT, SRTT, RTO values after chunks have been acked.

Documentation

Function is used to update RTT, SRTT, RTO values after chunks have been acked. CHECKME : this function is called too often with RTO == 0; Is there one update per RTT ?
Parameters:
pathID - index of the path where data was acked
newRTT - new RTT measured, when data was acked, or zero if it was retransmitted

Alphabetic index HTML hierarchy of classes or Java



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