Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_prague.c213 uint32_t reno_win = reno_friendly_win(tp, th); in tcp_cubic_ack_ca() local
214 reno_win = tcp_round_to(reno_win, tp->t_maxseg); in tcp_cubic_ack_ca()
226 if (tp->snd_cwnd < reno_win) { in tcp_cubic_ack_ca()
228 incr_reno_bytes_acked /= (reno_win - tp->snd_cwnd); in tcp_cubic_ack_ca()