Define `SOL_IP` and `SOL_TCP`; ref #3999

parent d88191e7
......@@ -400,6 +400,12 @@
#if defined(SOL_SOCKET)
define_const(SOL_SOCKET);
#endif
#if defined(SOL_IP)
define_const(SOL_IP);
#endif
#if defined(SOL_TCP)
define_const(SOL_TCP);
#endif
#if defined(TCP_CONGCTL)
define_const(TCP_CONGCTL);
#endif
......
......@@ -143,6 +143,8 @@ SOCK_SEQPACKET
SOCK_STREAM
SOL_SOCKET
SOL_IP
SOL_TCP
TCP_CONGCTL
TCP_CONGESTION
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment