EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
TCPServer.h File Reference
#include "network/Socket.h"
#include "threading/Mutex.h"
Include dependency graph for TCPServer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BaseTCPServer
 Generic class for TCP server. More...
 
class  TCPServer< X >
 Connection-type-dependent version of TCP server. More...
 

Variables

const uint32 TCPSRV_ERRBUF_SIZE
 
const uint32 TCPSRV_LOOP_GRANULARITY
 

Variable Documentation

const uint32 TCPSRV_ERRBUF_SIZE

Size of error buffer BaseTCPServer uses.

Definition at line 34 of file TCPServer.cpp.

Referenced by BaseTCPServer::Open().

const uint32 TCPSRV_LOOP_GRANULARITY

Time (in milliseconds) between periodical checks of socket for new connections.

Definition at line 35 of file TCPServer.cpp.

Referenced by BaseTCPServer::TCPServerLoop().