reduce the odds of MTU violation
parent
ef3b424b26
commit
364b718acf
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue