add a TODO for processTimeoutNAK

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

View file

@ -424,6 +424,8 @@ void Connection::processNAK(std::unique_ptr<ControlPacket> controlPacket) {
void Connection::processTimeoutNAK(std::unique_ptr<ControlPacket> controlPacket) {
// read the NAKed sequence numbers from the packet
// TODO: enumerate the received NAKs and create ranges if possible, then call _sendQueue->nak
++_totalReceivedTimeoutNAKs;
}