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

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

Completed in 11 milliseconds