Searched refs:baseRTT (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_vegas.h15 u32 baseRTT; /* the min of all Vegas RTT measurements seen (in usec) */ member in struct:vegas
H A Dtcp_vegas.c98 vegas->baseRTT = 0x7fffffff;
109 * to find the propagation delay (baseRTT)
119 /* Never allow zero rtt or baseRTT */
123 if (vrtt < vegas->baseRTT)
124 vegas->baseRTT = vrtt;
219 * (actual rate in segments) * baseRTT
221 target_cwnd = tp->snd_cwnd * vegas->baseRTT / rtt;
227 diff = tp->snd_cwnd * (rtt-vegas->baseRTT) / vegas->baseRTT;
236 * cwnd = (actual rate) * baseRTT
[all...]
H A Dtcp_yeah.c154 bw *= rtt - yeah->vegas.baseRTT;
159 rtt - yeah->vegas.baseRTT > (yeah->vegas.baseRTT / TCP_YEAH_PHY)) {

Completed in 67 milliseconds