What is the function of socket?
Why do we need socket programming?
What exactly does SO_LINGER do?
How often should I re-transmit un-acknowleged messages?
How do I convert a string into an internet address?
Are sockets files?
How can I force a socket to send the data in its buffer?
Can multiple clients connect to same socket?
Why does connect() succeed even before my server did an accept()?
Can a single socket port be used for multiple applications?
Is tcp or unix socket faster?
How do I send [this] over a socket?
What is LILO?