mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 21:06:39 +01:00
increment num attempts if no reply tunnel specified
This commit is contained in:
parent
22dabfd79e
commit
b5994e058a
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ namespace data
|
|||
auto msg = i2p::CreateRouterInfoDatabaseLookupMsg (m_Destination,
|
||||
i2p::context.GetRouterInfo ().GetIdentHash () , 0, false, &m_ExcludedPeers);
|
||||
m_ExcludedPeers.insert (floodfill);
|
||||
m_NumAttempts++;
|
||||
m_LastRequestTime = i2p::util::GetSecondsSinceEpoch ();
|
||||
return msg;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue