#include <sys/socket.h>
Go to the source code of this file.
Classes | |
class | Server |
The socket server. This class contains all code for the server. The server listens for new socket connections and spawns new worker.h threads when new connections are established. More... |