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

/freebsd-11.0-release/sys/netinet/
H A Dtcp_timer.h62 * is established, if the connection is idle for TCPTV_KEEP_IDLE time
84 #define TCPTV_KEEP_IDLE (120*60*hz) /* dflt time before probing */ macro
H A Dtcp_subr.c680 tcp_keepidle = TCPTV_KEEP_IDLE;
682 tcp_maxpersistidle = TCPTV_KEEP_IDLE;

Completed in 45 milliseconds