increment num attempts if no reply tunnel specified

This commit is contained in:
orignal 2024-05-15 14:12:57 -04:00
parent 22dabfd79e
commit b5994e058a

View File

@ -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;
}