mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 03:19:35 +02:00
remove a TODO that is actually done
This commit is contained in:
parent
43e81420bd
commit
b7d80ca435
1 changed files with 0 additions and 2 deletions
|
@ -333,8 +333,6 @@ void Connection::processACK(std::unique_ptr<ControlPacket> controlPacket) {
|
|||
// update the atomic for last received ACK, the send queue uses this to re-transmit
|
||||
_atomicLastReceivedACK.store((uint32_t) _lastReceivedACK);
|
||||
|
||||
// TODO: remove everything up to this ACK from the sender loss list
|
||||
|
||||
// update the RTT
|
||||
updateRTT(rtt);
|
||||
|
||||
|
|
Loading…
Reference in a new issue