more cosmetics (and possible more typos)

master
UbitUmarov 2020-03-01 02:27:48 +00:00
parent 4d67fdfa9d
commit af7d09c6b5
2 changed files with 262 additions and 279 deletions

File diff suppressed because it is too large Load Diff

View File

@ -189,7 +189,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
private int m_defaultRTO = 1000; // 1sec is the recommendation in the RFC private int m_defaultRTO = 1000; // 1sec is the recommendation in the RFC
private int m_maxRTO = 3000; private int m_maxRTO = 3000;
private int m_minRTO = 250; private int m_minRTO = 250;
public bool m_deliverPackets = true;
private float m_burstTime; private float m_burstTime;
private int m_maxRate; private int m_maxRate;