mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +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)
|
||||
{
|
||||
LogPrint ("Packet ", seqn, " NACK");
|
||||
it++;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue