Searched refs:allowed_increase (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)
119 int allowed_increase = 8; variable
121 &allowed_increase, 1, "Additive constant used to calculate max allowed congestion window");
194 max_allowed_cwnd = (allowed_increase * tp->t_maxseg)

Completed in 63 milliseconds