mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
rollback
This commit is contained in:
parent
5c20751937
commit
b8a01d2ff1
@ -256,9 +256,6 @@ namespace data
|
|||||||
}
|
}
|
||||||
if (isValidAddress)
|
if (isValidAddress)
|
||||||
{
|
{
|
||||||
if (supportedTransports & eNTCPV6) // ipv6 NTCP ?
|
|
||||||
addresses->push_front(std::make_shared<Address>(address)); // ipv6 has priority over ipv4
|
|
||||||
else
|
|
||||||
addresses->push_back(std::make_shared<Address>(address));
|
addresses->push_back(std::make_shared<Address>(address));
|
||||||
m_SupportedTransports |= supportedTransports;
|
m_SupportedTransports |= supportedTransports;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user