Starshatter_Open
Open source Starshatter engine
|
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 |