r-type  0.0.0
R-Type main
Loading...
Searching...
No Matches
INetworkServer.hpp File Reference

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"
+ 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

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
 

Detailed Description

This file contains the server network interface.

Definition in file INetworkServer.hpp.