From a07951b04471ff4d0c6204f2c13c49248f0b7d19 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 26 Feb 2019 00:43:44 +0000 Subject: fix UDPBuffersPoolCount value (readable with stats show clientstack --- OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'OpenSim/Region/ClientStack/Linden') diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs index e931f3b..ba5a2f3 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs @@ -687,7 +687,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP "clientstack", Scene.Name, StatType.Pull, - stat => stat.Value = m_udpBuffersPoolPtr, + stat => stat.Value = m_udpBuffersPoolPtr + 1, StatVerbosity.Debug)); LLUDPServerCommands commands = new LLUDPServerCommands(MainConsole.Instance, this); @@ -1582,7 +1582,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP { m_log.DebugFormat("[LLUDPSERVER]: Client created but no pending queue present"); return; - } m_pendingCache.Remove(endPoint); } -- cgit v1.1