doom3-gpl
Doom 3 GPL source release
|
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") |
#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.