Is there any advantage to handling the signal, rather than just ignoring it and checking for the EPIPE error? Are there any useful parameters passed to the signal catching function?
1410Post New Unix Socket Programming Questions
How do I use TCP_NODELAY?
What is difference between socket () and serversocket () class?
What pieces of information make up a socket?
How can I set the timeout for the connect() system call?
What is the difference between SO_REUSEADDR and SO_REUSEPORT?
How is a socket created?
Why does the sockets buffer fill up sooner than expected?
How do I convert a string into an internet address?
What is a deep well socket?
How to find other end of unix socket connection?
system choose one for me on the connect() call? Should I bind() a port number in my client program, or let the?
What is a socket file?
How does a socket work?
What are the pros/cons of select(), non-blocking I/O and SIGIO?
Is there any advantage to handling the signal, rather than just ignoring it and checking for the EPIPE error? Are there any useful parameters passed to the signal catching function?