add back space in PacketHeaders

This commit is contained in:
Stephen Birarda 2015-07-16 15:58:34 -07:00
parent 83f98a3e57
commit 648f9868f0

View file

@ -77,6 +77,7 @@ namespace PacketType {
ICEPingReply
};
};
const int MAX_PACKET_SIZE = 1450;
typedef char PacketVersion;