From cebdd069f49a5ba6e5bc84eb5e96a63320795226 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 27 Nov 2007 20:37:17 +0000 Subject: some variable renames to help me read the throttle code --- OpenSim/Region/ClientStack/ClientView.ProcessPackets.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'OpenSim/Region/ClientStack/ClientView.ProcessPackets.cs') diff --git a/OpenSim/Region/ClientStack/ClientView.ProcessPackets.cs b/OpenSim/Region/ClientStack/ClientView.ProcessPackets.cs index f46c199..f720277 100644 --- a/OpenSim/Region/ClientStack/ClientView.ProcessPackets.cs +++ b/OpenSim/Region/ClientStack/ClientView.ProcessPackets.cs @@ -1048,13 +1048,13 @@ namespace OpenSim.Region.ClientStack // This has the effect of 'wiggling the slider // causes prim and stuck textures that didn't download to download - ResendthrottleSentPeriod = 0; - LandthrottleSentPeriod = 0; - WindthrottleSentPeriod = 0; - CloudthrottleSentPeriod = 0; - TaskthrottleSentPeriod = 0; - AssetthrottleSentPeriod = 0; - TexturethrottleSentPeriod = 0; + ResendBytesSent = 0; + LandBytesSent = 0; + WindBytesSent = 0; + CloudBytesSent = 0; + TaskBytesSent = 0; + AssetBytesSent = 0; + TextureBytesSent = 0; //Yay, we've finally handled the agent Throttle packet! -- cgit v1.1