mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
fixed infinite loop
This commit is contained in:
parent
7002d263ab
commit
a405a3a89a
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ namespace stream
|
||||||
if (nacked)
|
if (nacked)
|
||||||
{
|
{
|
||||||
LogPrint ("Packet ", seqn, " NACK");
|
LogPrint ("Packet ", seqn, " NACK");
|
||||||
|
it++;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue