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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_yeah.c24 #define TCP_YEAH_ZETA 50 //lin minimum number of state switchs to reset reno_count
36 u32 reno_count; member in struct:yeah
52 yeah->reno_count = 2;
169 && tp->snd_cwnd > yeah->reno_count) {
176 yeah->reno_count);
181 if (yeah->reno_count <= 2)
182 yeah->reno_count = max(tp->snd_cwnd>>1, 2U);
184 yeah->reno_count++;
192 yeah->reno_count = 2;
231 yeah->reno_count
[all...]

Completed in 44 milliseconds