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
|
@ -808,6 +808,11 @@ namespace data
|
|||
return m_SupportedTransports & (eSSUV4 | eSSUV6);
|
||||
}
|
||||
|
||||
bool RouterInfo::IsSSUV6 () const
|
||||
{
|
||||
return m_SupportedTransports & eSSUV6;
|
||||
}
|
||||
|
||||
bool RouterInfo::IsNTCP2 (bool v4only) const
|
||||
{
|
||||
if (v4only)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue