Home
last modified time | relevance | path

Searched refs:TCP_KEEPIDLE_DEFAULT (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h141 #ifndef TCP_KEEPIDLE_DEFAULT
142 #define TCP_KEEPIDLE_DEFAULT 7200000UL /* Default KEEPALIVE timer in milliseconds */ macro
/third_party/lwip/src/core/
Daltcp_tcp.c472 pcb->keep_idle = idle ? idle : TCP_KEEPIDLE_DEFAULT; in altcp_tcp_keepalive_enable()
Dtcp.c2098 pcb->keep_idle = TCP_KEEPIDLE_DEFAULT;