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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_ledbat.c108 * max_allowed_cwnd = allowed_increase + (tether * flight_size)
109 * cwnd = min(cwnd, max_allowed_cwnd)
140 uint32_t max_allowed_cwnd = 0, flight_size = 0; local
194 max_allowed_cwnd = (allowed_increase * tp->t_maxseg)
196 tp->snd_cwnd = min(tp->snd_cwnd, max_allowed_cwnd);

Completed in 10 milliseconds