mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
added SO_NOSIGPIPE
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user