aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
diff options
context:
space:
mode:
authorUbitUmarov2019-04-09 18:50:08 +0100
committerUbitUmarov2019-04-09 18:50:08 +0100
commitc09b312b058a9fb7d5da15abeb8708d69fd97cf5 (patch)
tree3ad36c74d9c63d3f306fe6bb7a298b4d27ff21aa /OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
parentdegradate udp network efficiency a bit more (diff)
downloadopensim-SC-c09b312b058a9fb7d5da15abeb8708d69fd97cf5.zip
opensim-SC-c09b312b058a9fb7d5da15abeb8708d69fd97cf5.tar.gz
opensim-SC-c09b312b058a9fb7d5da15abeb8708d69fd97cf5.tar.bz2
opensim-SC-c09b312b058a9fb7d5da15abeb8708d69fd97cf5.tar.xz
testing ...
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs')
-rwxr-xr-xOpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
index 3817830..285751d 100755
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs
@@ -1214,7 +1214,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
1214 // Stats tracking 1214 // Stats tracking
1215 Interlocked.Increment(ref udpClient.PacketsSent); 1215 Interlocked.Increment(ref udpClient.PacketsSent);
1216 PacketsSentCount++; 1216 PacketsSentCount++;
1217
1218 SyncSend(buffer); 1217 SyncSend(buffer);
1219 1218
1220 // Keep track of when this packet was sent out (right now) 1219 // Keep track of when this packet was sent out (right now)