ignore non-reachable floodfills

This commit is contained in:
orignal 2016-02-22 10:27:43 -05:00
parent 88798b1a9e
commit ca6f656e1b
3 changed files with 8 additions and 9 deletions

View file

@ -629,11 +629,6 @@ namespace data
m_Properties.erase (key);
}
bool RouterInfo::IsFloodfill () const
{
return m_Caps & Caps::eFloodfill;
}
bool RouterInfo::IsNTCP (bool v4only) const
{
if (v4only)