Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_cubic.c303 uint64_t tcp_incr_win; in tcp_cubic_congestion_avd() local
305 tcp_incr_win = (uint64_t)tp->snd_cwnd * tp->t_maxseg; in tcp_cubic_congestion_avd()
306 tcp_incr_win /= (tcp_win - tp->snd_cwnd); in tcp_cubic_congestion_avd()
308 if (tcp_incr_win < incr_win) { in tcp_cubic_congestion_avd()
310 incr_win = tcp_incr_win; in tcp_cubic_congestion_avd()