OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Feb 21 08:20:20 UTC 2026