Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_cubic.c511 uint32_t flight_size = 0; in tcp_cubic_post_fr() local
521 flight_size = tp->snd_max - ack; in tcp_cubic_post_fr()
535 flight_size = tp->snd_ssthresh; in tcp_cubic_post_fr()
560 flight_size = max(ncwnd, flight_size); in tcp_cubic_post_fr()
571 if (flight_size < tp->snd_ssthresh) { in tcp_cubic_post_fr()
572 tp->snd_cwnd = max(flight_size, tp->t_maxseg) in tcp_cubic_post_fr()
H A Dtcp_ledbat.c150 uint32_t max_allowed_cwnd = 0, flight_size = 0; in update_cwnd() local
210 flight_size = tp->snd_max - tp->snd_una; in update_cwnd()
213 + (flight_size << tether_shift); in update_cwnd()