1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 04:04:16 +00:00

fixed infinite loop

This commit is contained in:
orignal 2014-08-13 21:27:12 -04:00
parent 7002d263ab
commit a405a3a89a

View File

@ -201,6 +201,7 @@ namespace stream
if (nacked) if (nacked)
{ {
LogPrint ("Packet ", seqn, " NACK"); LogPrint ("Packet ", seqn, " NACK");
it++;
continue; continue;
} }
} }