doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
AsyncServer.cpp File Reference
#include "../../idlib/precompiled.h"
#include "AsyncNetwork.h"
#include "../Session_local.h"

Go to the source code of this file.

Functions

void RConRedirect (const char *string)
 

Variables

const int MIN_RECONNECT_TIME = 2000
 
const int EMPTY_RESEND_TIME = 500
 
const int PING_RESEND_TIME = 500
 
const int NOINPUT_IDLE_TIME = 30000
 
const int HEARTBEAT_MSEC = 5*60*1000
 
const char * authReplyMsg []
 
const char * authReplyStr []
 

Function Documentation

void RConRedirect ( const char *  string)

Definition at line 2014 of file AsyncServer.cpp.

Variable Documentation

const char* authReplyMsg[]
Initial value:
= {
"#str_07204",
"#str_07205",
"#str_07206",
"#str_07207",
"#str_07208"
}

Definition at line 44 of file AsyncServer.cpp.

const char* authReplyStr[]
Initial value:
= {
"AUTH_NONE",
"AUTH_OK",
"AUTH_WAIT",
"AUTH_DENY"
}

Definition at line 57 of file AsyncServer.cpp.

const int EMPTY_RESEND_TIME = 500

Definition at line 37 of file AsyncServer.cpp.

const int HEARTBEAT_MSEC = 5*60*1000

Definition at line 41 of file AsyncServer.cpp.

const int MIN_RECONNECT_TIME = 2000

Definition at line 36 of file AsyncServer.cpp.

const int NOINPUT_IDLE_TIME = 30000

Definition at line 39 of file AsyncServer.cpp.

const int PING_RESEND_TIME = 500

Definition at line 38 of file AsyncServer.cpp.