Searched refs:halfcwnd (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/ipv4/
H A Dtcp_output.c1599 u32 in_flight, cwnd, halfcwnd; tcp_cwnd_test() local
1614 halfcwnd = max(cwnd >> 1, 1U); tcp_cwnd_test()
1615 return min(halfcwnd, cwnd - in_flight); tcp_cwnd_test()

Completed in 92 milliseconds