detect our ipv6 address

This commit is contained in:
orignal 2019-05-23 15:59:44 -04:00
parent af33df3004
commit 354c9187db
5 changed files with 30 additions and 0 deletions

View file

@ -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;