summaryrefslogtreecommitdiff
path: root/src/network/core/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/core/packet.h')
-rw-r--r--src/network/core/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/packet.h b/src/network/core/packet.h
index db051005c..d55dad316 100644
--- a/src/network/core/packet.h
+++ b/src/network/core/packet.h
@@ -56,7 +56,7 @@ private:
public:
Packet(NetworkSocketHandler *cs, size_t limit, size_t initial_read_size = sizeof(PacketSize));
- Packet(PacketType type, size_t limit = SEND_MTU);
+ Packet(PacketType type, size_t limit = COMPAT_MTU);
static void AddToQueue(Packet **queue, Packet *packet);
static Packet *PopFromQueue(Packet **queue);