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