mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
detect our ipv6 address
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user