From 132d8be9cc9d27175ad771dbb93d5822cbd5b513 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Tue, 19 Mar 2019 07:22:24 +0000 Subject: [PATCH] UnAckedBytes are in KB --- OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 0d78654cbc..0cba49504c 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs @@ -5414,6 +5414,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP public void SendSimStats(SimStats stats) { + stats.StatsBlock[15].StatValue /= 1024; // UnAckedBytes are in KB SimStatsPacket pack = new SimStatsPacket(); pack.Region = new SimStatsPacket.RegionBlock(); pack.Region.RegionX = stats.RegionX;