mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 13:27:17 +01: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…
Reference in a new issue