mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Merge branch 'atp' of https://github.com/birarda/hifi into protocol
This commit is contained in:
commit
29b3051aeb
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ void Connection::sendACK(bool wasCausedBySyncTimeout) {
|
|||
ackPacket->reset(); // We need to reset it every time.
|
||||
|
||||
// pack in the ACK sub-sequence number
|
||||
ackPacket->writePrimitive(_currentACKSubSequenceNumber++);
|
||||
ackPacket->writePrimitive(++_currentACKSubSequenceNumber);
|
||||
|
||||
// pack in the ACK number
|
||||
ackPacket->writePrimitive(nextACKNumber);
|
||||
|
|
Loading…
Reference in a new issue