mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 21:06:39 +01:00
publish NTCP2 adress if port is specified
This commit is contained in:
parent
f0d4ee6618
commit
575a4c01c9
1 changed files with 1 additions and 0 deletions
|
@ -706,6 +706,7 @@ namespace data
|
|||
addr->date = 0;
|
||||
addr->ntcp2.reset (new NTCP2Ext ());
|
||||
addr->ntcp2->isNTCP2Only = true; // NTCP2 only address
|
||||
if (port) addr->ntcp2->isPublished = true;
|
||||
memcpy (addr->ntcp2->staticKey, staticKey, 32);
|
||||
memcpy (addr->ntcp2->iv, iv, 16);
|
||||
m_Addresses->push_back(std::move(addr));
|
||||
|
|
Loading…
Add table
Reference in a new issue