HomeSort by: relevance | last modified time | path
    Searched refs:TCPTV_KEEP_IDLE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp_timer.h 105 * is established, if the connection is idle for TCPTV_KEEP_IDLE time
128 #define TCPTV_KEEP_IDLE (120*60*PR_SLOWHZ) /* dflt time before probing */
tcp_timer.c 190 tcp_keepidle = TCPTV_KEEP_IDLE;
199 tcp_maxpersistidle = TCPTV_KEEP_IDLE;

Completed in 36 milliseconds