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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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.c102 vegas->baseRTT = 0x7fffffff;
113 * to find the propagation delay (baseRTT)
123 /* Never allow zero rtt or baseRTT */
127 if (vrtt < vegas->baseRTT)
128 vegas->baseRTT = vrtt;
252 * (actual rate in segments) * baseRTT
256 target_cwnd = ((old_wnd * vegas->baseRTT)
279 * cwnd = (actual rate) * baseRTT
347 .tcpv_rtt = ca->baseRTT,
H A Dtcp_yeah.c162 bw *= rtt - yeah->vegas.baseRTT;
167 rtt - yeah->vegas.baseRTT > (yeah->vegas.baseRTT / TCP_YEAH_PHY)) {

Completed in 49 milliseconds