mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-24 14:24:14 +00:00
check if first packet
This commit is contained in:
parent
699e17b594
commit
50d297fa29
@ -184,7 +184,7 @@ namespace stream
|
||||
ProcessAck (packet);
|
||||
|
||||
int32_t receivedSeqn = packet->GetSeqn ();
|
||||
if (!receivedSeqn)
|
||||
if (!receivedSeqn && m_LastReceivedSequenceNumber >= 0)
|
||||
{
|
||||
uint16_t flags = packet->GetFlags ();
|
||||
if (flags)
|
||||
|
Loading…
x
Reference in New Issue
Block a user