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

  /src/sys/netinet/
tcp_timer.h 194 extern int tcp_maxpersistidle; /* max idle time in persist */
tcp_timer.c 150 int tcp_maxpersistidle = 0; /* max idle time in persist */ variable
198 if (tcp_maxpersistidle == 0)
199 tcp_maxpersistidle = TCPTV_KEEP_IDLE;
489 ((tcp_now - tp->t_rcvtime) >= tcp_maxpersistidle ||

Completed in 15 milliseconds