mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 21:06:39 +01:00
respond with confirmied router to exploratory lookup
This commit is contained in:
parent
8b7941c4ce
commit
02895d4cf5
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue