take care of SIGPIPE received when writing a dead socket
write() on a socket with the other end closed throws a SIGPIPE. Let's ignore this signal. write() will return an error anyway...
Showing
Please register or sign in to comment
write() on a socket with the other end closed throws a SIGPIPE. Let's ignore this signal. write() will return an error anyway...