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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c352 int tcp_maxrcvidle = TCPTV_MAXRCVIDLE; variable
1042 * 3. If the connection has not been idle for tcp_maxrcvidle period.
1052 * tcp_rcvsspktcnt to cover slow-start and tcp_maxrcvidle to identify idle
1058 TSTMP_GT(tp->rcv_unackwin + tcp_maxrcvidle, tcp_now) &&

Completed in 62 milliseconds