Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/include/lwip/priv/
H A Dtcp_priv.h142 #ifndef TCP_KEEPINTVL_DEFAULT
143 #define TCP_KEEPINTVL_DEFAULT 75000UL /* Default Time between KEEPALIVE probes in millisecond… macro
150 #define TCP_MAXIDLE TCP_KEEPCNT_DEFAULT * TCP_KEEPINTVL_DEFAULT /* Maximum KEEPALIVE…
/reactos/drivers/network/tcpip/lwip/src/core/
H A Daltcp_tcp.c474 pcb->keep_intvl = intvl ? intvl : TCP_KEEPINTVL_DEFAULT; in altcp_tcp_keepalive_enable()
H A Dtcp.c134 #define TCP_KEEP_INTVL(pcb) TCP_KEEPINTVL_DEFAULT
1929 pcb->keep_intvl = TCP_KEEPINTVL_DEFAULT; in tcp_alloc()