mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
higher mtu
This commit is contained in:
parent
54adb46e48
commit
a7be0cf6ba
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user