diff options
-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 | ||