mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 19:27:16 +02:00
commit
3fbf31eb6e
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ void Connection::sendTimeoutNAK() {
|
|||
auto lossListPacket = ControlPacket::create(ControlPacket::TimeoutNAK, timeoutPayloadSize);
|
||||
|
||||
// Pack in the lost sequence numbers
|
||||
_lossList.write(*lossListPacket, timeoutPayloadSize / 2);
|
||||
_lossList.write(*lossListPacket, timeoutPayloadSize / (2 * sizeof(SequenceNumber)));
|
||||
|
||||
// have our parent socket send off this control packet
|
||||
_parentSocket->writeBasePacket(*lossListPacket, _destination);
|
||||
|
|
Loading…
Reference in a new issue