EvEmu
0.8.4
11 September 2021
|
#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"
Go to the source code of this file.
Variables | |
const uint32 | TCPCONN_RECVBUF_SIZE = 0x1000 |
const uint32 | TCPCONN_LOOP_GRANULARITY = 5 |
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().