try to connect to introducer through any available address

This commit is contained in:
orignal 2024-06-14 18:05:01 -04:00
parent 6caec6b551
commit 457b64f92d
3 changed files with 29 additions and 5 deletions

View file

@ -264,6 +264,7 @@ namespace data
bool IsEligibleFloodfill () const;
bool IsDeclaredFloodfill () const { return m_Caps & RouterInfo::eFloodfill; };
bool IsPublished (bool v4) const;
bool IsPublishedOn (CompatibleTransports transports) const;
bool IsNAT2NATOnly (const RouterInfo& other) const; // only NAT-to-NAT connection is possible
bool IsSSU2PeerTesting (bool v4) const;
bool IsSSU2Introducer (bool v4) const;