aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-11-15 02:02:59 +0000
committerJustin Clark-Casey (justincc)2012-11-15 02:02:59 +0000
commit038528dc80e0fe03956d61872ba30a887b2890a1 (patch)
treee6a63a208aa4fcf15ae13417801ee44ca7c9dd71 /OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs
parentAdd IncomingPacketsProcessedCount stat for diagnostics. (diff)
downloadopensim-SC_OLD-038528dc80e0fe03956d61872ba30a887b2890a1.zip
opensim-SC_OLD-038528dc80e0fe03956d61872ba30a887b2890a1.tar.gz
opensim-SC_OLD-038528dc80e0fe03956d61872ba30a887b2890a1.tar.bz2
opensim-SC_OLD-038528dc80e0fe03956d61872ba30a887b2890a1.tar.xz
Make PacketPool class stats pull stats instead of push stats so they can be lifted up into LLUDPServer and be distiguished by scene name
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs b/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs
index 808d177..3f7ca2b 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs
@@ -334,4 +334,4 @@ namespace OpenMetaverse
334 catch (ObjectDisposedException) { } 334 catch (ObjectDisposedException) { }
335 } 335 }
336 } 336 }
337} 337} \ No newline at end of file