remove a TODO that is actually done

This commit is contained in:
Stephen Birarda 2015-07-28 18:22:33 -07:00
parent 43e81420bd
commit b7d80ca435

View file

@ -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);