Merge pull request #22 from Asmod4n/master

added SO_NOSIGPIPE
This commit is contained in:
Tomoyuki Sahara
2015-07-28 09:00:31 +09:00
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -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
+1
View File
@@ -121,6 +121,7 @@ SO_DONTROUTE
SO_ERROR
SO_KEEPALIVE
SO_LINGER
SO_NOSIGPIPE
SO_OOBINLINE
SO_PEERCRED
SO_RCVBUF