From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/_net_peer_8cpp.html | 183 +++++++++++++++++++++++++++++++++++ 1 file changed, 183 insertions(+) create mode 100644 Doc/doxygen/html/_net_peer_8cpp.html (limited to 'Doc/doxygen/html/_net_peer_8cpp.html') diff --git a/Doc/doxygen/html/_net_peer_8cpp.html b/Doc/doxygen/html/_net_peer_8cpp.html new file mode 100644 index 0000000..87ea4de --- /dev/null +++ b/Doc/doxygen/html/_net_peer_8cpp.html @@ -0,0 +1,183 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/NetEx/NetPeer.cpp File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
NetPeer.cpp File Reference
+
+
+
#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
+

Variable Documentation

+ +
+
+ + + + +
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.

+ +
+
+
+
+ + + + -- cgit v1.1