mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
set cost=14 for unpublished NTCP2 addresses
This commit is contained in:
parent
b84f74c167
commit
15ded89618
2 changed files with 2 additions and 1 deletions
|
@ -700,7 +700,7 @@ namespace data
|
|||
addr->host = host;
|
||||
addr->port = port;
|
||||
addr->transportStyle = eTransportNTCP;
|
||||
addr->cost = 3;
|
||||
addr->cost = port ? 3 : 14; // override from RouterContext::PublishNTCP2Address
|
||||
addr->date = 0;
|
||||
addr->ntcp2.reset (new NTCP2Ext ());
|
||||
addr->ntcp2->isNTCP2Only = true; // NTCP2 only address
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue