EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
TCPServer.cpp File Reference
#include "eve-core.h"
#include "network/TCPServer.h"
#include "log/LogNew.h"
#include "log/logsys.h"
#include "threading/Threading.h"
Include dependency graph for TCPServer.cpp:

Go to the source code of this file.

Variables

const uint32 TCPSRV_ERRBUF_SIZE = 1024
 
const uint32 TCPSRV_LOOP_GRANULARITY = 5
 

Variable Documentation

const uint32 TCPSRV_ERRBUF_SIZE = 1024

Size of error buffer BaseTCPServer uses.

Definition at line 34 of file TCPServer.cpp.

Referenced by BaseTCPServer::Open().

const uint32 TCPSRV_LOOP_GRANULARITY = 5

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

Definition at line 35 of file TCPServer.cpp.

Referenced by BaseTCPServer::TCPServerLoop().