Unix Networking: Server
26 Nov 2012
The following snippet is a bare-bones server.
Further reading
The getaddrinfo system call
The socket system call
The bind system call
The listen system call
The accept system call
The recv system call
The send system call