fix the missing initialization of the folish ProcessUnackedSends option
parent
3a0137cb45
commit
d9fafd9603
|
@ -252,6 +252,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
if (maxRTO != 0)
|
if (maxRTO != 0)
|
||||||
m_maxRTO = maxRTO;
|
m_maxRTO = maxRTO;
|
||||||
|
|
||||||
|
ProcessUnackedSends = true;
|
||||||
|
|
||||||
m_burstTime = rates.BrustTime;
|
m_burstTime = rates.BrustTime;
|
||||||
float m_burst = rates.ClientMaxRate * m_burstTime;
|
float m_burst = rates.ClientMaxRate * m_burstTime;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue