ntcp2.published and ntcp2.port parameters

This commit is contained in:
orignal 2018-07-31 12:59:38 -04:00
parent 10e4b5b2a3
commit 07e7c2d852
3 changed files with 16 additions and 1 deletions

View file

@ -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 ())
{