Revert the packet resend timing changes. They caused login issues in primmy

regions.
0.6.0-stable
Melanie Thielker 2008-10-05 16:43:58 +00:00
parent 1794a56ce0
commit a3136d2bb1
1 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
/// <summary> /// <summary>
/// The number of milliseconds that can pass before a packet that needs an ack is resent. /// The number of milliseconds that can pass before a packet that needs an ack is resent.
/// </param> /// </param>
private uint m_ResendTimeout = 4000; private uint m_ResendTimeout = 2000;
public uint ResendTimeout public uint ResendTimeout
{ {
@ -132,7 +132,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
set { m_ResendTimeout = value; } set { m_ResendTimeout = value; }
} }
private uint m_SilenceLimit = 350; private uint m_SilenceLimit = 250;
public uint SilenceLimit public uint SilenceLimit
{ {