mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 11:04:00 +01:00
check if first packet
This commit is contained in:
parent
699e17b594
commit
50d297fa29
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue