Searched refs:flight_size (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)
140 uint32_t max_allowed_cwnd = 0, flight_size = 0; local
192 flight_size = tp->snd_max - tp->snd_una;
195 + (flight_size << tether_shift);

Completed in 19 milliseconds