diff --git a/Streaming.cpp b/Streaming.cpp index 520800f6..3c9edbb3 100644 --- a/Streaming.cpp +++ b/Streaming.cpp @@ -230,6 +230,8 @@ namespace stream if (nacked) { LogPrint (eLogDebug, "Packet ", seqn, " NACK"); + (*it)->numResendAttempts++; + (*it)->sendTime = ts; SendPackets (std::vector { *it }); it++; continue;