Update svn properties, minor formatting cleanup.

This commit is contained in:
Jeff Ames
2008-08-08 06:39:35 +00:00
parent 1040f3f454
commit 657af5e611
2 changed files with 463 additions and 463 deletions

View File

@@ -464,10 +464,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
{
lock (m_DupeTracker)
{
if(m_DupeTracker.Count < 1024)
if (m_DupeTracker.Count < 1024)
return;
if(System.Environment.TickCount - m_DupeTrackerLastCheck < 2000)
if (System.Environment.TickCount - m_DupeTrackerLastCheck < 2000)
return;
m_DupeTrackerLastCheck = System.Environment.TickCount;
@@ -726,7 +726,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
// Assign sequence number here to prevent out of order packets
packet.Header.Sequence = NextPacketSequenceNumber();
lock(m_NeedAck)
lock (m_NeedAck)
{
// We want to see that packet arrive if it's reliable
if (packet.Header.Reliable)