Commit 2929c629 authored by Asmod4n's avatar Asmod4n

added SO_NOSIGPIPE

parent de60400c
......@@ -340,6 +340,9 @@
#ifdef SO_LINGER
define_const(SO_LINGER);
#endif
#ifdef SO_NOSIGPIPE
define_const(SO_NOSIGPIPE);
#endif
#ifdef SO_OOBINLINE
define_const(SO_OOBINLINE);
#endif
......
......@@ -121,6 +121,7 @@ SO_DONTROUTE
SO_ERROR
SO_KEEPALIVE
SO_LINGER
SO_NOSIGPIPE
SO_OOBINLINE
SO_PEERCRED
SO_RCVBUF
......
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