check for published ipv4 addresses for floodfills and IBGW

This commit is contained in:
orignal 2023-04-06 16:03:15 -04:00
parent d580c0155a
commit caff003a85
3 changed files with 19 additions and 8 deletions

View file

@ -247,6 +247,7 @@ namespace data
bool IsHighBandwidth () const { return m_Caps & RouterInfo::eHighBandwidth; };
bool IsExtraBandwidth () const { return m_Caps & RouterInfo::eExtraBandwidth; };
bool IsEligibleFloodfill () const;
bool IsPublished (bool v4) const;
bool IsSSU2PeerTesting (bool v4) const;
bool IsSSU2Introducer (bool v4) const;
bool IsHighCongestion () const;