diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs b/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs index 5e4879b..bf95045 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs | |||
@@ -508,6 +508,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
508 | 508 | ||
509 | tall = tResend + tLand + tWind + tCloud + tTask + tTexture + tAsset; | 509 | tall = tResend + tLand + tWind + tCloud + tTask + tTexture + tAsset; |
510 | 510 | ||
511 | /* | ||
511 | m_log.Info("[CLIENT]: Client AgentThrottle - Got throttle:resendbits=" + tResend + | 512 | m_log.Info("[CLIENT]: Client AgentThrottle - Got throttle:resendbits=" + tResend + |
512 | " landbits=" + tLand + | 513 | " landbits=" + tLand + |
513 | " windbits=" + tWind + | 514 | " windbits=" + tWind + |
@@ -516,6 +517,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
516 | " texturebits=" + tTexture + | 517 | " texturebits=" + tTexture + |
517 | " Assetbits=" + tAsset + | 518 | " Assetbits=" + tAsset + |
518 | " Allbits=" + tall); | 519 | " Allbits=" + tall); |
520 | */ | ||
519 | 521 | ||
520 | 522 | ||
521 | // Total Sanity | 523 | // Total Sanity |