mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
ignore non-reachable floodfills
This commit is contained in:
parent
88798b1a9e
commit
ca6f656e1b
3 changed files with 8 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue