cleanup introducers if router is not longer firewalled

This commit is contained in:
orignal 2022-08-05 21:23:23 -04:00
parent 3e40852999
commit f43e860998
3 changed files with 18 additions and 0 deletions

View file

@ -127,6 +127,7 @@ namespace garlic
void RemoveIntroducer (const boost::asio::ip::udp::endpoint& e);
bool AddSSU2Introducer (const i2p::data::RouterInfo::Introducer& introducer, bool v4);
void RemoveSSU2Introducer (const i2p::data::IdentHash& h, bool v4);
void ClearSSU2Introducers (bool v4);
bool IsUnreachable () const;
void SetUnreachable (bool v4, bool v6);
void SetUnreachableSSU2 (bool v4, bool v6);