How do unix sockets work?
What exactly does SO_KEEPALIVE do?
Can multiple clients connect to same socket?
of the socket? Does doing a connect() call affect the receive behaviour?
How do I properly close a socket?
How can I listen on more than one port at a time?
Can a single socket port be used for multiple applications?
Whats the difference between select() and poll()?
When will my application receive SIGPIPE?
How can I force a socket to send the data in its buffer?
What exactly does SO_REUSEADDR do?
What is the difference between close() and shutdown()?
What's better 6pt or 12pt sockets?