mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
degradate udp network efficiency a bit more
This commit is contained in:
@@ -5127,7 +5127,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
CreateAvatarUpdateBlock((ScenePresence)eu.Entity, zc);
|
||||
else
|
||||
CreatePrimUpdateBlock((SceneObjectPart)eu.Entity, mysp, zc);
|
||||
if (zc.Position < LLUDPServer.MAXPAYLOAD)
|
||||
if (zc.Position < LLUDPServer.MAXPAYLOAD - 200)
|
||||
{
|
||||
tau.Add(eu);
|
||||
++count;
|
||||
|
||||
Reference in New Issue
Block a user