mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
reduce the odds of MTU violation
This commit is contained in:
@@ -185,7 +185,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
s = 2 * i;
|
||||
CreatePatchFromTerrainData(bitpack, terrData, map[s], map[s + 1]);
|
||||
|
||||
if (bitpack.BytePos > 980 && i != numberPatchs - 1)
|
||||
if (bitpack.BytePos > 950 && i != numberPatchs - 1)
|
||||
{
|
||||
//finish this packet
|
||||
bitpack.PackBitsFromByte(END_OF_PATCHES);
|
||||
|
||||
Reference in New Issue
Block a user