mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
send proper send time for NACK reply
This commit is contained in:
parent
36de881041
commit
4b82e90ffb
@ -230,6 +230,8 @@ namespace stream
|
|||||||
if (nacked)
|
if (nacked)
|
||||||
{
|
{
|
||||||
LogPrint (eLogDebug, "Packet ", seqn, " NACK");
|
LogPrint (eLogDebug, "Packet ", seqn, " NACK");
|
||||||
|
(*it)->numResendAttempts++;
|
||||||
|
(*it)->sendTime = ts;
|
||||||
SendPackets (std::vector<Packet *> { *it });
|
SendPackets (std::vector<Packet *> { *it });
|
||||||
it++;
|
it++;
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user