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

Go to the source code of this file.

Variables

const uint32 TCPCONN_RECVBUF_SIZE = 0x1000
 
const uint32 TCPCONN_LOOP_GRANULARITY = 5
 

Variable Documentation

const uint32 TCPCONN_LOOP_GRANULARITY = 5

Time (in milliseconds) between periodical process for incoming/outgoing data.

Definition at line 37 of file TCPConnection.cpp.

Referenced by TCPConnection::TCPConnectionLoop().

const uint32 TCPCONN_RECVBUF_SIZE = 0x1000

Size of receive buffer TCPConnection uses.

Definition at line 36 of file TCPConnection.cpp.

Referenced by TCPConnection::RecvData().