mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
detect our ipv6 address
This commit is contained in:
parent
af33df3004
commit
354c9187db
5 changed files with 30 additions and 0 deletions
|
@ -161,6 +161,7 @@ namespace data
|
|||
bool IsReachable () const { return m_Caps & Caps::eReachable; };
|
||||
bool IsNTCP (bool v4only = true) const;
|
||||
bool IsSSU (bool v4only = true) const;
|
||||
bool IsSSUV6 () const;
|
||||
bool IsNTCP2 (bool v4only = true) const;
|
||||
bool IsV6 () const;
|
||||
bool IsV4 () const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue