WIP started on reliable messages

This commit is contained in:
Jocke
2016-01-27 18:22:28 +01:00
parent 06f64f8fbf
commit ac0c6ff952
10 changed files with 104 additions and 59 deletions
+2
View File
@@ -11,10 +11,12 @@
#include "Core/ConfigFile.h"
#include <fstream>
#include <iostream>
#include <bitset>
#define INPUTSIZE 4097
typedef unsigned int PlayerID;
typedef unsigned int PacketID;
typedef unsigned int AckBitPattern;
class Network
{