mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 18:16:45 +02:00
Merge pull request #28 from birarda/atp
fix for return of processable packets
This commit is contained in:
commit
0c5e97a5c6
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ bool Connection::processReceivedSequenceNumber(SequenceNumber sequenceNumber, in
|
||||||
_stats.recordReceivedPackets(payloadSize, packetSize);
|
_stats.recordReceivedPackets(payloadSize, packetSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
return wasDuplicate;
|
return !wasDuplicate;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Connection::processControl(std::unique_ptr<ControlPacket> controlPacket) {
|
void Connection::processControl(std::unique_ptr<ControlPacket> controlPacket) {
|
||||||
|
|
Loading…
Reference in a new issue