What is a socket address?
What are the pros/cons of select(), non-blocking I/O and SIGIO?
Can a socket have multiple ports?
How are unix domain sockets implemented?
How can I set the timeout for the connect() system call?
How can I tell when a socket is closed on the other end?
How is a socket created?
How many sockets can a cpu have?
Where is the socket located?
What is sae socket?
What is the difference between read() and recv()?
What is active unix domain sockets?
system choose one for me on the connect() call? Should I bind() a port number in my client program, or let the?
Is a socket a file?
Whats the difference between select() and poll()?