Pyrogenesis  trunk
Variables
NetSession.cpp File Reference
#include "precompiled.h"
#include "NetSession.h"
#include "NetClient.h"
#include "NetServer.h"
#include "NetMessage.h"
#include "NetStats.h"
#include "lib/external_libraries/enet.h"
#include "ps/CLogger.h"
#include "ps/Profile.h"
#include "scriptinterface/ScriptInterface.h"
Include dependency graph for NetSession.cpp:

Variables

const u32 NETWORK_WARNING_TIMEOUT = 4000
 Report the peer if we didn't receive a packet after this time (milliseconds). More...
 
const u32 MAXIMUM_HOST_TIMEOUT = std::numeric_limits<u32>::max()
 Maximum timeout of the local client of the host (milliseconds). More...
 
static const int CHANNEL_COUNT = 1
 

Variable Documentation

const int CHANNEL_COUNT = 1
static
const u32 MAXIMUM_HOST_TIMEOUT = std::numeric_limits<u32>::max()

Maximum timeout of the local client of the host (milliseconds).

const u32 NETWORK_WARNING_TIMEOUT = 4000

Report the peer if we didn't receive a packet after this time (milliseconds).