From a7be0cf6baf42fef3e92a252d34da9627769e554 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sun, 6 Apr 2008 16:49:06 +0000 Subject: [PATCH] higher mtu --- panda/src/net/netDatagram.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/net/netDatagram.h b/panda/src/net/netDatagram.h index 0adf9945ad..891b5a7a7f 100644 --- a/panda/src/net/netDatagram.h +++ b/panda/src/net/netDatagram.h @@ -35,7 +35,7 @@ // there's no real reason this can't be set arbitrarily large, // although there's not much point in making it larger than the system // MTU, which also limits the maximum size of a UDP packet. -static const int maximum_udp_datagram = 1024; +static const int maximum_udp_datagram = 1500; //////////////////////////////////////////////////////////////////// // Class : NetDatagram