diff options
author | UbitUmarov | 2015-09-06 17:12:31 +0100 |
---|---|---|
committer | UbitUmarov | 2015-09-06 17:12:31 +0100 |
commit | d9fafd9603771bbe92f4a8305ea7554b618c8cb2 (patch) | |
tree | a4164c31e6eea4355236aed95bbeefeae5f4f4a3 /OpenSim/Region | |
parent | fix odd drawdistance control initialization (diff) | |
download | opensim-SC_OLD-d9fafd9603771bbe92f4a8305ea7554b618c8cb2.zip opensim-SC_OLD-d9fafd9603771bbe92f4a8305ea7554b618c8cb2.tar.gz opensim-SC_OLD-d9fafd9603771bbe92f4a8305ea7554b618c8cb2.tar.bz2 opensim-SC_OLD-d9fafd9603771bbe92f4a8305ea7554b618c8cb2.tar.xz |
fix the missing initialization of the folish ProcessUnackedSends option
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs index 86a7188..8d4117d 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPClient.cs | |||
@@ -252,6 +252,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
252 | if (maxRTO != 0) | 252 | if (maxRTO != 0) |
253 | m_maxRTO = maxRTO; | 253 | m_maxRTO = maxRTO; |
254 | 254 | ||
255 | ProcessUnackedSends = true; | ||
256 | |||
255 | m_burstTime = rates.BrustTime; | 257 | m_burstTime = rates.BrustTime; |
256 | float m_burst = rates.ClientMaxRate * m_burstTime; | 258 | float m_burst = rates.ClientMaxRate * m_burstTime; |
257 | 259 | ||