Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dtcp_ledbat.c84 uint32_t max_allowed_cwnd = 0, flight_size = 0; in update_cwnd() local
146 max_allowed_cwnd = (tcp_ledbat_allowed_increase * tp->t_maxseg) in update_cwnd()
148 tp->snd_cwnd = min(tp->snd_cwnd, max_allowed_cwnd); in update_cwnd()