constant Socket::MSG_NOSIGNAL

MSG_NOSIGNAL -> Integer[permalink][rdoc][edit]

Do not generate SIGPIPE

BasicSocket#send, BasicSocket#sendmsg の flags 引数に用います。

[SEE_ALSO] send(2linux), send(2freebsd)