fix the missing initialization of the folish ProcessUnackedSends option

avinationmerge
UbitUmarov 2015-09-06 17:12:31 +01:00
parent 3a0137cb45
commit d9fafd9603
1 changed files with 2 additions and 0 deletions

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;