Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Dtcp_input.c147 #define TCP_RECV_THROTTLE_WIN (5 * TCP_RETRANSHZ) macro
6387 (int)(tcp_now - tp->t_recv_throttle_ts) >= TCP_RECV_THROTTLE_WIN) { in update_base_rtt()