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

  /src/sys/netinet/
tcp_timer.c 148 u_int tcp_keepcnt = 0; /* max idle probes */ variable in typeref:typename:u_int
195 if (tcp_keepcnt == 0)
196 tcp_keepcnt = TCPTV_KEEPCNT;

Completed in 12 milliseconds