mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-10 01:01:02 +00: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…
x
Reference in New Issue
Block a user