diff options
author | Mic Bowman | 2011-04-25 15:11:29 -0700 |
---|---|---|
committer | Mic Bowman | 2011-04-25 15:11:29 -0700 |
commit | 77ab7ce084d32c45273d79e9ec4f52c43e3a1d97 (patch) | |
tree | 112d02864d1a8ff5c60693687dc7600a5fbe9f15 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |
parent | Merge branch 'master' into queuetest (diff) | |
download | opensim-SC-77ab7ce084d32c45273d79e9ec4f52c43e3a1d97.zip opensim-SC-77ab7ce084d32c45273d79e9ec4f52c43e3a1d97.tar.gz opensim-SC-77ab7ce084d32c45273d79e9ec4f52c43e3a1d97.tar.bz2 opensim-SC-77ab7ce084d32c45273d79e9ec4f52c43e3a1d97.tar.xz |
Fixed the transmission of throttles from root agent to child
agents. Child throttles are based on the number of child agents
known to the root and at least 1/4 of the throttle given to
the root.
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 32a075a..cdd4224 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -11420,7 +11420,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
11420 | /// <returns></returns> | 11420 | /// <returns></returns> |
11421 | public byte[] GetThrottlesPacked(float multiplier) | 11421 | public byte[] GetThrottlesPacked(float multiplier) |
11422 | { | 11422 | { |
11423 | return m_udpClient.GetThrottlesPacked(); | 11423 | return m_udpClient.GetThrottlesPacked(multiplier); |
11424 | } | 11424 | } |
11425 | 11425 | ||
11426 | /// <summary> | 11426 | /// <summary> |