diff options
author | Justin Clark-Casey (justincc) | 2012-11-15 02:02:59 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-11-15 02:02:59 +0000 |
commit | 038528dc80e0fe03956d61872ba30a887b2890a1 (patch) | |
tree | e6a63a208aa4fcf15ae13417801ee44ca7c9dd71 /OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs | |
parent | Add IncomingPacketsProcessedCount stat for diagnostics. (diff) | |
download | opensim-SC-038528dc80e0fe03956d61872ba30a887b2890a1.zip opensim-SC-038528dc80e0fe03956d61872ba30a887b2890a1.tar.gz opensim-SC-038528dc80e0fe03956d61872ba30a887b2890a1.tar.bz2 opensim-SC-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 'OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/OpenSimUDPBase.cs | 2 |
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 |