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

/freebsd-10-stable/sys/netinet/
H A Dtcp_timer.h62 * is established, if the connection is idle for TCPTV_KEEP_IDLE time
85 #define TCPTV_KEEP_IDLE (120*60*hz) /* dflt time before probing */ macro
H A Dtcp_subr.c396 tcp_keepidle = TCPTV_KEEP_IDLE;
398 tcp_maxpersistidle = TCPTV_KEEP_IDLE;

Completed in 102 milliseconds