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

Go to the source code of this file.

Macros

#define MAX_PACKETLEN   1400
 
#define FRAGMENT_SIZE   (MAX_PACKETLEN - 100)
 
#define FRAGMENT_BIT   (1<<31)
 

Variables

idCVar net_channelShowPackets ("net_channelShowPackets","0", CVAR_SYSTEM|CVAR_BOOL,"show all packets")
 
idCVar net_channelShowDrop ("net_channelShowDrop","0", CVAR_SYSTEM|CVAR_BOOL,"show dropped packets")
 

Macro Definition Documentation

#define FRAGMENT_BIT   (1<<31)

Definition at line 53 of file MsgChannel.cpp.

#define FRAGMENT_SIZE   (MAX_PACKETLEN - 100)

Definition at line 52 of file MsgChannel.cpp.

#define MAX_PACKETLEN   1400

Definition at line 51 of file MsgChannel.cpp.

Variable Documentation

idCVar net_channelShowDrop("net_channelShowDrop","0", CVAR_SYSTEM|CVAR_BOOL,"show dropped packets")
idCVar net_channelShowPackets("net_channelShowPackets","0", CVAR_SYSTEM|CVAR_BOOL,"show all packets")