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?
1220Post New Unix Socket Programming Questions
How are unix domain sockets implemented?
Is a socket a file?
How can I set the timeout for the connect() system call?
What does af mean in sockets?
How to find other end of unix socket connection?
Why do we need socket programming?
What are the pros/cons of select(), non-blocking I/O and SIGIO?
What is the difference between SO_REUSEADDR and SO_REUSEPORT?
How do I use TCP_NODELAY?
Whats the difference between select() and poll()?
Why do I get EPROTO from read()?
What is socket programming in java?
What exactly is a socket?
How does unix socket work?
What is the difference between read() and recv()?