VOX
A little voxel engine
Loading...
Searching...
No Matches
ServerSocket.hpp File Reference
#include "Socket.hpp"
#include <cstring>
#include <memory>
#include <netdb.h>
#include <netinet/tcp.h>
#include "ConnectionSocket.hpp"
Include dependency graph for ServerSocket.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ServerSocket
 a class that represents a server socket. you can accept connections from clients. More...