Wrapper for connection oriented sockets.
draws a new client connection from a listening socket
Enables or disables Nagle on a TCP socket
Create a stream socket and connect, as client, to the address supplied
Create a stream socket and bind, as a listening server, to the address supplied
See Implementation
Wrapper for connection oriented sockets.