Update svn properties. Minor formatting cleanup.

This commit is contained in:
Jeff Ames
2008-07-24 15:20:47 +00:00
parent 1d7e29cc2c
commit a4ad6a67b7
4 changed files with 17 additions and 17 deletions

View File

@@ -234,7 +234,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
{
DropResend(id);
AddAcks(ref packet);
AddAcks(ref packet);
QueuePacket(packet, throttlePacketType, id);
// We want to see that packet arrive if it's reliable
@@ -246,8 +246,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
}
}
private void AddAcks(ref Packet packet)
{
private void AddAcks(ref Packet packet)
{
// Add acks to outgoing packets
//
if (m_PendingAcks.Count > 0)
@@ -268,8 +268,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
break;
}
}
}
}
private void QueuePacket(
Packet packet, ThrottleOutPacketType throttlePacketType,
Object id)