Implement SO_NOSIGPIPEThe SO_NOSIGPIPE socket option allows a user process to mark a socket sothat the socket does not generate SIGPIPE, only EPIPE, when a write isattempted after socket shutdown
Implement SO_NOSIGPIPEThe SO_NOSIGPIPE socket option allows a user process to mark a socket sothat the socket does not generate SIGPIPE, only EPIPE, when a write isattempted after socket shutdown.Regression test added: tools/regression/sockets/sigpipe
show more ...