1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-18 20:59:57 +00:00

respond with confirmied router to exploratory lookup

This commit is contained in:
orignal 2024-04-23 18:30:56 -04:00
parent 8b7941c4ce
commit 02895d4cf5

View File

@ -1407,7 +1407,7 @@ namespace data
// must be called from NetDb thread only
for (const auto& it: m_RouterInfos)
{
if (!it.second->IsFloodfill ())
if (!it.second->IsFloodfill () && it.second->GetProfile ()->IsReal ())
{
XORMetric m = destKey ^ it.first;
if (m < minMetric && !excluded.count (it.first))