diff options
author | Melanie | 2012-08-30 00:34:12 +0200 |
---|---|---|
committer | Melanie | 2012-08-30 00:34:12 +0200 |
commit | 211f4fb4114b2b26abe9c056bca9f6159ccbd125 (patch) | |
tree | 5d02634387b937f0f077b5a3dfbd9efa00d043db /OpenSim/Region/ClientStack/Linden | |
parent | Allow llList2Key to also act on System.String (diff) | |
download | opensim-SC-211f4fb4114b2b26abe9c056bca9f6159ccbd125.zip opensim-SC-211f4fb4114b2b26abe9c056bca9f6159ccbd125.tar.gz opensim-SC-211f4fb4114b2b26abe9c056bca9f6159ccbd125.tar.bz2 opensim-SC-211f4fb4114b2b26abe9c056bca9f6159ccbd125.tar.xz |
Sequence inventory descendents requests to reduce inventory server load and
movement lag.
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs index 75a47d5..d6513c5 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | |||
@@ -927,6 +927,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
927 | packetInbox.EnqueueHigh(new IncomingPacket((LLClientView)client, packet)); | 927 | packetInbox.EnqueueHigh(new IncomingPacket((LLClientView)client, packet)); |
928 | else | 928 | else |
929 | packetInbox.EnqueueLow(new IncomingPacket((LLClientView)client, packet)); | 929 | packetInbox.EnqueueLow(new IncomingPacket((LLClientView)client, packet)); |
930 | // packetInbox.Enqueue(new IncomingPacket((LLClientView)client, packet)); | ||
930 | } | 931 | } |
931 | 932 | ||
932 | #region BinaryStats | 933 | #region BinaryStats |