EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
TCPConnection.h File Reference
#include "network/Socket.h"
#include "threading/Mutex.h"
#include "utils/Buffer.h"
Include dependency graph for TCPConnection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TCPConnection
 Generic class for TCP connections. More...
 

Variables

static const uint32 TCPCONN_ERRBUF_SIZE = 1024
 
const uint32 TCPCONN_RECVBUF_SIZE
 
const uint32 TCPCONN_LOOP_GRANULARITY
 

Variable Documentation

const uint32 TCPCONN_ERRBUF_SIZE = 1024
static
const uint32 TCPCONN_LOOP_GRANULARITY

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

Size of receive buffer TCPConnection uses.

Definition at line 36 of file TCPConnection.cpp.

Referenced by TCPConnection::RecvData().