mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 16:26:17 +02:00
Reduce the MTU size to deal with Windows networking issue.
This commit is contained in:
parent
651e550063
commit
d0ca75dd2c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
#include "MetavoxelMessages.h"
|
||||
|
||||
// in sequencer parlance, a "packet" may consist of multiple datagrams. clarify when we refer to actual datagrams
|
||||
const int MAX_DATAGRAM_SIZE = MAX_PACKET_SIZE;
|
||||
const int MAX_DATAGRAM_SIZE = 1450;
|
||||
|
||||
const int DEFAULT_MAX_PACKET_SIZE = 3000;
|
||||
|
||||
|
|
Loading…
Reference in a new issue