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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.h114 * is established, if the connection is idle for TCPTV_KEEP_IDLE time
139 #define TCPTV_KEEP_IDLE (120*60*TCP_RETRANSHZ) /* dflt time before probing */ macro
H A Dtcp_subr.c358 tcp_keepidle = TCPTV_KEEP_IDLE;
360 tcp_maxpersistidle = TCPTV_KEEP_IDLE;

Completed in 21 milliseconds