fix the missing initialization of the folish ProcessUnackedSends option

This commit is contained in:
UbitUmarov
2015-09-06 17:12:31 +01:00
parent 3a0137cb45
commit d9fafd9603

View File

@@ -252,6 +252,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
if (maxRTO != 0)
m_maxRTO = maxRTO;
ProcessUnackedSends = true;
m_burstTime = rates.BrustTime;
float m_burst = rates.ClientMaxRate * m_burstTime;