mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed 1 packet off for out of sequence clean up
This commit is contained in:
@@ -2132,6 +2132,7 @@ namespace transport
|
||||
if (packet > m_ReceivePacketNum + 1)
|
||||
{
|
||||
// like we've just received all packets before first
|
||||
packet--;
|
||||
m_ReceivePacketNum = packet - 1;
|
||||
UpdateReceivePacketNum (packet);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user