diff options
author | ubit | 2012-09-01 03:12:10 +0200 |
---|---|---|
committer | ubit | 2012-09-01 03:12:10 +0200 |
commit | c93b2db9f2b4a8084777d909272a4cc4d748bd9c (patch) | |
tree | 7d249645c092cc871f03440645a40bbcc9ba8d4a /OpenSim/Region/ClientStack/Linden | |
parent | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork (diff) | |
parent | try to reduce potencial recursive locking (diff) | |
download | opensim-SC-c93b2db9f2b4a8084777d909272a4cc4d748bd9c.zip opensim-SC-c93b2db9f2b4a8084777d909272a4cc4d748bd9c.tar.gz opensim-SC-c93b2db9f2b4a8084777d909272a4cc4d748bd9c.tar.bz2 opensim-SC-c93b2db9f2b4a8084777d909272a4cc4d748bd9c.tar.xz |
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
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 a353909..dac3306 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 |