mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
send proper send time for NACK reply
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user