Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_cubic.c514 uint32_t total_rxt_size = 0, ncwnd; in tcp_cubic_post_fr() local
519 total_rxt_size = tcp_rxtseg_total_size(tp); in tcp_cubic_post_fr()
521 if (total_rxt_size <= ncwnd) { in tcp_cubic_post_fr()
522 ncwnd = ncwnd - total_rxt_size; in tcp_cubic_post_fr()