From 4b82e90ffb9fd87dd35006c0b6bf8bc0a52ea16a Mon Sep 17 00:00:00 2001 From: orignal Date: Sat, 7 Mar 2015 20:16:31 -0500 Subject: [PATCH] send proper send time for NACK reply --- Streaming.cpp | 2 ++ 1 file changed, 2 insertions(+) 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;