Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_prague.c227 uint64_t incr_reno_bytes_acked = (uint64_t)tp->snd_cwnd * tp->t_maxseg; in tcp_cubic_ack_ca() local
228 incr_reno_bytes_acked /= (reno_win - tp->snd_cwnd); in tcp_cubic_ack_ca()
230 if (incr_reno_bytes_acked < incr_bytes_acked) { in tcp_cubic_ack_ca()
235 incr_bytes_acked = incr_reno_bytes_acked; in tcp_cubic_ack_ca()