This file contains the server network interface. More...
Include dependency graph for INetworkServer.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| interface | srv::INetworkServer |
| Interface for the server network. More... | |
Namespaces | |
| namespace | srv |
Variables | |
| constexpr size_t | srv::MAX_CLIENTS = 16 |
| constexpr size_t | srv::MAX_IP_LENGTH = 8 |
| constexpr size_t | srv::MAX_LEN_RECV_BUFFER = 1024 |
This file contains the server network interface.
Definition in file INetworkServer.hpp.