mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-14 07:57:33 +02:00
make TODO a TODO
This commit is contained in:
parent
e69cc2aae8
commit
3b7d0ab62a
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ 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);
|
||||
|
||||
// remove everything up to this ACK from the sender loss list
|
||||
// TODO: remove everything up to this ACK from the sender loss list
|
||||
|
||||
// update the RTT
|
||||
updateRTT(rtt);
|
||||
|
|
Loading…
Reference in a new issue