Skip to content

Commit

Permalink
respond with confirmied router to exploratory lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed Apr 23, 2024
1 parent 8b7941c commit 02895d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libi2pd/NetDb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 02895d4

Please sign in to comment.