Searched refs:restart_cwnd (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_output.c123 u32 restart_cwnd = tcp_init_cwnd(tp, dst); local
129 restart_cwnd = min(restart_cwnd, cwnd);
131 while ((delta -= inet_csk(sk)->icsk_rto) > 0 && cwnd > restart_cwnd)
133 tp->snd_cwnd = max(cwnd, restart_cwnd);

Completed in 56 milliseconds