Home
last modified time | relevance | path

Searched refs:TCP_KEEPCNT_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/external/lib/lwip/include/lwip/
A Dtcp_impl.h146 #ifndef TCP_KEEPCNT_DEFAULT
147 #define TCP_KEEPCNT_DEFAULT 9U /* Default Counter for KEEPALIVE probes */ macro
150 #define TCP_MAXIDLE TCP_KEEPCNT_DEFAULT * TCP_KEEPINTVL_DEFAULT /* Maximum KEEPALIVE…
/external/lib/lwip/core/
A Dtcp.c1342 pcb->keep_cnt = TCP_KEEPCNT_DEFAULT; in tcp_alloc()

Completed in 6 milliseconds