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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_veno.c30 u32 basertt; /* the min of all Veno rtt measurements seen (in usec) */ member in struct:veno
66 veno->basertt = 0x7fffffff;
84 if (vrtt < veno->basertt)
85 veno->basertt = vrtt;
147 target_cwnd = (tp->snd_cwnd * veno->basertt);

Completed in 143 milliseconds