EvEmu
0.8.4
11 September 2021
|
#include "eve-core.h"
#include "network/TCPServer.h"
#include "log/LogNew.h"
#include "log/logsys.h"
#include "threading/Threading.h"
Go to the source code of this file.
Variables | |
const uint32 | TCPSRV_ERRBUF_SIZE = 1024 |
const uint32 | TCPSRV_LOOP_GRANULARITY = 5 |
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().