Searched refs:TCP_KEEPCNT_DEFAULT (Results 1 – 2 of 2) sorted by relevance
145 #ifndef TCP_KEEPCNT_DEFAULT146 #define TCP_KEEPCNT_DEFAULT 9U /* Default Counter for KEEPALIVE probes */ macro149 #define TCP_MAXIDLE TCP_KEEPCNT_DEFAULT * TCP_KEEPINTVL_DEFAULT /* Maximum KEEPALIVE…
1243 pcb->keep_cnt = TCP_KEEPCNT_DEFAULT; in tcp_alloc()