aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-07 21:44:29 +0000
committerJustin Clarke Casey2008-10-07 21:44:29 +0000
commit4ed6e78d1a7001196999155e0d00b6197d3dd3ca (patch)
treec598c17fe8751fd2b290b7d03fad6b452572b5f6 /OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs
parent* Temporarily revert r6714 which changed agent throttle number interpretation (diff)
downloadopensim-SC_OLD-4ed6e78d1a7001196999155e0d00b6197d3dd3ca.zip
opensim-SC_OLD-4ed6e78d1a7001196999155e0d00b6197d3dd3ca.tar.gz
opensim-SC_OLD-4ed6e78d1a7001196999155e0d00b6197d3dd3ca.tar.bz2
opensim-SC_OLD-4ed6e78d1a7001196999155e0d00b6197d3dd3ca.tar.xz
* Comment out debug throttle output that I had accidentally left in
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs2
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