mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed infinite loop
This commit is contained in:
@@ -201,6 +201,7 @@ namespace stream
|
|||||||
if (nacked)
|
if (nacked)
|
||||||
{
|
{
|
||||||
LogPrint ("Packet ", seqn, " NACK");
|
LogPrint ("Packet ", seqn, " NACK");
|
||||||
|
it++;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user