OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCP_MAXIDLE
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/core/lwip/src/include/lwip/
tcp_impl.h
149
#define
TCP_MAXIDLE
TCP_KEEPCNT_DEFAULT * TCP_KEEPINTVL_DEFAULT /* Maximum KEEPALIVE probe time */
/external/syslinux/core/lwip/src/core/
tcp.c
852
(pcb->keep_idle +
TCP_MAXIDLE
) / TCP_SLOW_INTERVAL)
[
all
...]
Completed in 854 milliseconds