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

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_input.c350 int tcp_maxrcvidle = TCPTV_MAXRCVIDLE; variable
1180 * 3. If the connection has not been idle for tcp_maxrcvidle period.
1190 * tcp_rcvsspktcnt to cover slow-start and tcp_maxrcvidle to identify idle
1198 TSTMP_GT(tp->rcv_unackwin + tcp_maxrcvidle, tcp_now) &&

Completed in 122 milliseconds