mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
ntcp2.published and ntcp2.port parameters
This commit is contained in:
@@ -158,6 +158,8 @@ namespace i2p
|
||||
|
||||
void RouterContext::PublishNTCP2Address (int port)
|
||||
{
|
||||
if (!port)
|
||||
port = rand () % (30777 - 9111) + 9111; // I2P network ports range
|
||||
bool updated = false;
|
||||
for (auto& address : m_RouterInfo.GetAddresses ())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user