diff options
author | Jeff Ames | 2008-07-24 15:20:47 +0000 |
---|---|---|
committer | Jeff Ames | 2008-07-24 15:20:47 +0000 |
commit | a4ad6a67b7647e4c321a242851f9d17968227fb2 (patch) | |
tree | e2527d04bf157a2e65f8d42448754c0cebbf3832 /OpenSim/Region/ClientStack/LindenUDP | |
parent | oops...forgot to svn add OSHttpHttpHandler.cs last week. (diff) | |
download | opensim-SC_OLD-a4ad6a67b7647e4c321a242851f9d17968227fb2.zip opensim-SC_OLD-a4ad6a67b7647e4c321a242851f9d17968227fb2.tar.gz opensim-SC_OLD-a4ad6a67b7647e4c321a242851f9d17968227fb2.tar.bz2 opensim-SC_OLD-a4ad6a67b7647e4c321a242851f9d17968227fb2.tar.xz |
Update svn properties. Minor formatting cleanup.
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs b/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs index 31abadb..3cfc478 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs | |||
@@ -234,7 +234,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
234 | { | 234 | { |
235 | DropResend(id); | 235 | DropResend(id); |
236 | 236 | ||
237 | AddAcks(ref packet); | 237 | AddAcks(ref packet); |
238 | QueuePacket(packet, throttlePacketType, id); | 238 | QueuePacket(packet, throttlePacketType, id); |
239 | 239 | ||
240 | // We want to see that packet arrive if it's reliable | 240 | // We want to see that packet arrive if it's reliable |
@@ -246,8 +246,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
246 | } | 246 | } |
247 | } | 247 | } |
248 | 248 | ||
249 | private void AddAcks(ref Packet packet) | 249 | private void AddAcks(ref Packet packet) |
250 | { | 250 | { |
251 | // Add acks to outgoing packets | 251 | // Add acks to outgoing packets |
252 | // | 252 | // |
253 | if (m_PendingAcks.Count > 0) | 253 | if (m_PendingAcks.Count > 0) |
@@ -268,8 +268,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
268 | break; | 268 | break; |
269 | } | 269 | } |
270 | } | 270 | } |
271 | } | 271 | } |
272 | 272 | ||
273 | private void QueuePacket( | 273 | private void QueuePacket( |
274 | Packet packet, ThrottleOutPacketType throttlePacketType, | 274 | Packet packet, ThrottleOutPacketType throttlePacketType, |
275 | Object id) | 275 | Object id) |