some cleanup

This commit is contained in:
orignal 2020-10-03 22:29:52 -04:00
parent faae2709d9
commit c2f13a1496
5 changed files with 11 additions and 56 deletions

View file

@ -157,7 +157,6 @@ namespace data
std::shared_ptr<const Address> GetSSUAddress (bool v4only = true) const;
std::shared_ptr<const Address> GetSSUV6Address () const;
void AddNTCPAddress (const char * host, int port);
void AddSSUAddress (const char * host, int port, const uint8_t * key, int mtu = 0);
void AddNTCP2Address (const uint8_t * staticKey, const uint8_t * iv, const boost::asio::ip::address& host = boost::asio::ip::address(), int port = 0);
bool AddIntroducer (const Introducer& introducer);