mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
add back space in PacketHeaders
This commit is contained in:
parent
83f98a3e57
commit
648f9868f0
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ namespace PacketType {
|
|||
ICEPingReply
|
||||
};
|
||||
};
|
||||
|
||||
const int MAX_PACKET_SIZE = 1450;
|
||||
|
||||
typedef char PacketVersion;
|
||||
|
|
Loading…
Reference in a new issue