|
|
@ -190,7 +190,7 @@ namespace data |
|
|
|
void AddSSUAddress (const char * host, int port, const uint8_t * key, int mtu = 0); |
|
|
|
void AddSSUAddress (const char * host, int port, const uint8_t * key, int mtu = 0); |
|
|
|
void AddNTCP2Address (const uint8_t * staticKey, const uint8_t * iv, |
|
|
|
void AddNTCP2Address (const uint8_t * staticKey, const uint8_t * iv, |
|
|
|
const boost::asio::ip::address& host = boost::asio::ip::address(), int port = 0, uint8_t caps = 0); |
|
|
|
const boost::asio::ip::address& host = boost::asio::ip::address(), int port = 0, uint8_t caps = 0); |
|
|
|
void AddSSU2Address (const uint8_t * staticKey); // non published
|
|
|
|
void AddSSU2Address (const uint8_t * staticKey, uint8_t caps = 0); // non published
|
|
|
|
bool AddIntroducer (const Introducer& introducer); |
|
|
|
bool AddIntroducer (const Introducer& introducer); |
|
|
|
bool RemoveIntroducer (const boost::asio::ip::udp::endpoint& e); |
|
|
|
bool RemoveIntroducer (const boost::asio::ip::udp::endpoint& e); |
|
|
|
void SetUnreachableAddressesTransportCaps (uint8_t transports); // bitmask of AddressCaps
|
|
|
|
void SetUnreachableAddressesTransportCaps (uint8_t transports); // bitmask of AddressCaps
|
|
|
|