mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
publish NTCP2 ipv6 address if applicable
This commit is contained in:
parent
ff8fb8000d
commit
8753186a0d
3 changed files with 38 additions and 0 deletions
|
@ -100,6 +100,7 @@ namespace i2p
|
|||
void SetSupportsV4 (bool supportsV4);
|
||||
|
||||
void UpdateNTCPV6Address (const boost::asio::ip::address& host); // called from NTCP session
|
||||
void UpdateNTCP2V6Address (const boost::asio::ip::address& host); // called from NTCP2 session
|
||||
void UpdateStats ();
|
||||
void CleanupDestination (); // garlic destination
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue