reduce the odds of MTU violation
parent
ef3b424b26
commit
364b718acf
|
@ -185,7 +185,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
s = 2 * i;
|
s = 2 * i;
|
||||||
CreatePatchFromTerrainData(bitpack, terrData, map[s], map[s + 1]);
|
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
|
//finish this packet
|
||||||
bitpack.PackBitsFromByte(END_OF_PATCHES);
|
bitpack.PackBitsFromByte(END_OF_PATCHES);
|
||||||
|
|
Loading…
Reference in New Issue