EvEmu
0.8.4
11 September 2021
|
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 |
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().