Browse Source

higher mtu

David Rose 17 years ago
parent
commit
a7be0cf6ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/net/netDatagram.h

+ 1 - 1
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