Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_prague.c221 uint64_t incr_reno_bytes_acked = (uint64_t)tp->snd_cwnd * tp->t_maxseg; in tcp_cubic_ack_ca() local
222 incr_reno_bytes_acked /= (reno_win - tp->snd_cwnd); in tcp_cubic_ack_ca()
224 if (incr_reno_bytes_acked < incr_bytes_acked) { in tcp_cubic_ack_ca()
229 incr_bytes_acked = incr_reno_bytes_acked; in tcp_cubic_ack_ca()