diff options
author | Diva Canto | 2013-07-19 22:11:32 -0700 |
---|---|---|
committer | Diva Canto | 2013-07-21 09:00:27 -0700 |
commit | 174105ad028c5ed318850238d97aa7c3b1d7f207 (patch) | |
tree | 050fb4309ccde12d3767e4f54d1116688dd5fdd3 /OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | |
parent | Removed verbose debug from previous commit (diff) | |
download | opensim-SC_OLD-174105ad028c5ed318850238d97aa7c3b1d7f207.zip opensim-SC_OLD-174105ad028c5ed318850238d97aa7c3b1d7f207.tar.gz opensim-SC_OLD-174105ad028c5ed318850238d97aa7c3b1d7f207.tar.bz2 opensim-SC_OLD-174105ad028c5ed318850238d97aa7c3b1d7f207.tar.xz |
Fixed the stats in show client stats. Also left some comments with observations about AgentUpdates.
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs index 766c2fe..32282af 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | |||
@@ -1312,6 +1312,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
1312 | if (m_discardAgentUpdates) | 1312 | if (m_discardAgentUpdates) |
1313 | return; | 1313 | return; |
1314 | 1314 | ||
1315 | ((LLClientView)client).TotalAgentUpdates++; | ||
1316 | |||
1315 | AgentUpdatePacket agentUpdate = (AgentUpdatePacket)packet; | 1317 | AgentUpdatePacket agentUpdate = (AgentUpdatePacket)packet; |
1316 | 1318 | ||
1317 | if (agentUpdate.AgentData.SessionID != client.SessionId | 1319 | if (agentUpdate.AgentData.SessionID != client.SessionId |