mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 16:34:13 +00:00
publish introducer cap for ipv6 address
This commit is contained in:
parent
a6ea37a21e
commit
86415bc61f
@ -558,7 +558,10 @@ namespace data
|
|||||||
caps += CAPS_FLAG_V4;
|
caps += CAPS_FLAG_V4;
|
||||||
}
|
}
|
||||||
else if (address.host.is_v6 ())
|
else if (address.host.is_v6 ())
|
||||||
|
{
|
||||||
isPublished = true;
|
isPublished = true;
|
||||||
|
if (address.IsIntroducer ()) caps += CAPS_FLAG_SSU_INTRODUCER;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (address.caps & AddressCaps::eV4) caps += CAPS_FLAG_V4;
|
if (address.caps & AddressCaps::eV4) caps += CAPS_FLAG_V4;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user