diff options
Diffstat (limited to '')
-rwxr-xr-x | OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs index e313934..2863b8d 100755 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | |||
@@ -1172,7 +1172,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
1172 | int dataLength = buffer.DataLength; | 1172 | int dataLength = buffer.DataLength; |
1173 | 1173 | ||
1174 | // only append acks on plain reliable messages | 1174 | // only append acks on plain reliable messages |
1175 | if (flags == Helpers.MSG_RELIABLE && outgoingPacket.UnackedMethod == null) | 1175 | if (flags == Helpers.MSG_RELIABLE) |
1176 | { | 1176 | { |
1177 | // Keep appending ACKs until there is no room left in the buffer or there are | 1177 | // Keep appending ACKs until there is no room left in the buffer or there are |
1178 | // no more ACKs to append | 1178 | // no more ACKs to append |