Home
last modified time | relevance | path

Searched refs:restart_cwnd (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dtcp_output.c105 u32 restart_cwnd = tcp_init_cwnd(tp); in tcp_cwnd_restart() local
112 restart_cwnd = min(restart_cwnd, cwnd); in tcp_cwnd_restart()
114 while ((delta -= tp->rto) > 0 && cwnd > restart_cwnd) in tcp_cwnd_restart()
116 tp->snd_cwnd = max(cwnd, restart_cwnd); in tcp_cwnd_restart()