79.3. Síťová komunikace

79.3.1. Jednoduchý TCP server

To be done:

#include <sys/types.h>
#include <sys/socket.h>

int socket(int domain, int type, int protocol)