Skip to main content

MSG_NOSIGNAL

Constant MSG_NOSIGNAL 

Source
pub const MSG_NOSIGNAL: c_int = 0x4000;
Expand description

No SIGPIPE generated when an attempt to send is made on a stream-oriented socket that is no longer connected.