Starshatter_Open
Open source Starshatter engine
|
#include "MemDebug.h"
#include <windows.h>
#include "NetPeer.h"
#include "NetGram.h"
#include "NetMsg.h"
#include "NetLayer.h"
#include <stdio.h>
Go to the source code of this file.
Classes | |
struct | PacketAssembly |
Variables | |
const int | MULTIPART_CHUNKSIZE = 232 |
const int | MULTIPART_HEADER = 16 |
const int | UDP_HEADER_SIZE = 34 |
const int MULTIPART_CHUNKSIZE = 232 |
Definition at line 27 of file NetPeer.cpp.
const int MULTIPART_HEADER = 16 |
Definition at line 28 of file NetPeer.cpp.
const int UDP_HEADER_SIZE = 34 |
Definition at line 29 of file NetPeer.cpp.