1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-02-02 06:54:15 +00:00

don't update SSU2 port

This commit is contained in:
orignal 2022-03-17 14:47:00 -04:00
parent d467e6869d
commit 3643a46a0c

View File

@ -256,7 +256,7 @@ namespace i2p
bool updated = false; bool updated = false;
for (auto& address : m_RouterInfo.GetAddresses ()) for (auto& address : m_RouterInfo.GetAddresses ())
{ {
if (!address->IsNTCP2 () && address->port != port) if (!address->IsNTCP2 () && !address->IsSSU2 () && address->port != port)
{ {
address->port = port; address->port = port;
updated = true; updated = true;