SOF_KEEPALIVE is only used within LwIP.
 
Symbols
loading...
Files
loading...

SOF_KEEPALIVE macro

Syntax

#define SOF_KEEPALIVE 0x08U

References

LocationText
ip.h:100
#define SOF_KEEPALIVE 0x08U /* keep connections alive */
ip.h:104
#define SOF_INHERITED (SOF_REUSEADDR|SOF_KEEPALIVE)
sockets.c:2869
return SOF_KEEPALIVE;
tcp.c:1329
if (ip_get_option(pcb, SOF_KEEPALIVE) &&