make TODO a TODO

This commit is contained in:
Stephen Birarda 2015-07-28 18:21:00 -07:00
parent e69cc2aae8
commit 3b7d0ab62a

View file

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