send proper send time for NACK reply

This commit is contained in:
orignal 2015-03-07 20:16:31 -05:00
parent 36de881041
commit 4b82e90ffb

View File

@ -230,6 +230,8 @@ namespace stream
if (nacked)
{
LogPrint (eLogDebug, "Packet ", seqn, " NACK");
(*it)->numResendAttempts++;
(*it)->sendTime = ts;
SendPackets (std::vector<Packet *> { *it });
it++;
continue;