aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorTeravus Ovares2008-01-16 17:07:46 +0000
committerTeravus Ovares2008-01-16 17:07:46 +0000
commit771ed747e5c847297d20485efa2b87f302e54f88 (patch)
tree8aa7573a4cb086cda3cc9f29389b5c3f3a89baee /OpenSim/Region/ClientStack
parent* added missing using clause (diff)
downloadopensim-SC_OLD-771ed747e5c847297d20485efa2b87f302e54f88.zip
opensim-SC_OLD-771ed747e5c847297d20485efa2b87f302e54f88.tar.gz
opensim-SC_OLD-771ed747e5c847297d20485efa2b87f302e54f88.tar.bz2
opensim-SC_OLD-771ed747e5c847297d20485efa2b87f302e54f88.tar.xz
* Slowed down the sim stats update to once every 5 seconds because the network accounting required it... with it being the lowest updated stat.
* Time dilation is off now.. because it's the additive of the 0.91 * 10 (adds a second) / 5( the number of seconds since the last update) which results in 0.41td as common * Slowing down the network accounting update will probably fix the red issue.
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/ClientView.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs
index d6c9d1d..0a291a8 100644
--- a/OpenSim/Region/ClientStack/ClientView.cs
+++ b/OpenSim/Region/ClientStack/ClientView.cs
@@ -426,6 +426,7 @@ namespace OpenSim.Region.ClientStack
426 m_lastPacketsReceived = m_packetsReceived; 426 m_lastPacketsReceived = m_packetsReceived;
427 427
428 } 428 }
429 SendPacketStats();
429 } 430 }
430 431
431 # region Setup 432 # region Setup
@@ -2502,7 +2503,7 @@ namespace OpenSim.Region.ClientStack
2502 2503
2503 SendAcks(); 2504 SendAcks();
2504 ResendUnacked(); 2505 ResendUnacked();
2505 SendPacketStats(); 2506
2506 2507
2507 } 2508 }
2508 2509