Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
NetGram.h File Reference
#include <windows.h>
#include "NetAddr.h"
#include "Text.h"

Go to the source code of this file.

Classes

class  NetGram

Variables

const int NET_GRAM_ACK = 0x80000000
const int NET_GRAM_RELIABLE = 0x40000000
const int NET_GRAM_SEQ_MASK = 0x3fffffff
const int NET_GRAM_HEADER_SIZE = 4
const int NET_GRAM_MAX_SIZE = 1024

Variable Documentation

const int NET_GRAM_ACK = 0x80000000

Definition at line 26 of file NetGram.h.

const int NET_GRAM_HEADER_SIZE = 4

Definition at line 30 of file NetGram.h.

const int NET_GRAM_MAX_SIZE = 1024

Definition at line 31 of file NetGram.h.

const int NET_GRAM_RELIABLE = 0x40000000

Definition at line 27 of file NetGram.h.

const int NET_GRAM_SEQ_MASK = 0x3fffffff

Definition at line 28 of file NetGram.h.