mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
check if first packet
This commit is contained in:
@@ -184,7 +184,7 @@ namespace stream
|
|||||||
ProcessAck (packet);
|
ProcessAck (packet);
|
||||||
|
|
||||||
int32_t receivedSeqn = packet->GetSeqn ();
|
int32_t receivedSeqn = packet->GetSeqn ();
|
||||||
if (!receivedSeqn)
|
if (!receivedSeqn && m_LastReceivedSequenceNumber >= 0)
|
||||||
{
|
{
|
||||||
uint16_t flags = packet->GetFlags ();
|
uint16_t flags = packet->GetFlags ();
|
||||||
if (flags)
|
if (flags)
|
||||||
|
|||||||
Reference in New Issue
Block a user