Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_ledbat.c150 uint32_t max_allowed_cwnd = 0, flight_size = 0; in update_cwnd() local
212 max_allowed_cwnd = (allowed_increase * tp->t_maxseg) in update_cwnd()
214 tp->snd_cwnd = min(tp->snd_cwnd, max_allowed_cwnd); in update_cwnd()