diff --git a/libraries/networking/src/udt/Connection.cpp b/libraries/networking/src/udt/Connection.cpp index e237535f2f..0e3724b030 100644 --- a/libraries/networking/src/udt/Connection.cpp +++ b/libraries/networking/src/udt/Connection.cpp @@ -333,8 +333,6 @@ void Connection::processACK(std::unique_ptr 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);