mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
handle first packet from Bob
This commit is contained in:
parent
83f43ab166
commit
fa9c174264
|
@ -1089,7 +1089,7 @@ namespace transport
|
|||
}
|
||||
m_LastActivityTimestamp = i2p::util::GetSecondsSinceEpoch ();
|
||||
m_NumReceivedBytes += len;
|
||||
if (UpdateReceivePacketNum (packetNum))
|
||||
if (!packetNum || UpdateReceivePacketNum (packetNum))
|
||||
HandlePayload (payload, payloadSize);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue