diff --git a/libraries/networking/src/udt/Connection.cpp b/libraries/networking/src/udt/Connection.cpp index 0418298d9d..e237535f2f 100644 --- a/libraries/networking/src/udt/Connection.cpp +++ b/libraries/networking/src/udt/Connection.cpp @@ -424,6 +424,8 @@ void Connection::processNAK(std::unique_ptr controlPacket) { void Connection::processTimeoutNAK(std::unique_ptr controlPacket) { // read the NAKed sequence numbers from the packet + // TODO: enumerate the received NAKs and create ranges if possible, then call _sendQueue->nak + ++_totalReceivedTimeoutNAKs; }