mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
ignore NTCP2 addresses
This commit is contained in:
parent
998653ea9d
commit
10e4b5b2a3
1 changed files with 1 additions and 1 deletions
|
@ -819,7 +819,7 @@ namespace transport
|
|||
for (const auto& address: addresses)
|
||||
{
|
||||
if (!address) continue;
|
||||
if (address->transportStyle == i2p::data::RouterInfo::eTransportNTCP)
|
||||
if (address->transportStyle == i2p::data::RouterInfo::eTransportNTCP && !address->IsNTCP2 ())
|
||||
{
|
||||
if (address->host.is_v4())
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue