Searched refs:max_allowed_cwnd (Results 1 – 1 of 1) sorted by relevance
84 uint32_t max_allowed_cwnd = 0, flight_size = 0; in update_cwnd() local146 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()