This file contains the server network interface. More...
#include <cstdint>
#include <functional>
#include <string>
#include <vector>
#include "Interfaces/Protocol/Protocol.hpp"
#include "Utils/Interfaces/IPlugin.hpp"
Go to the source code of this file.
Classes | |
class | 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.