Revert "remove logprint for incorrect port number"

This reverts commit 786ccc16d4.
This commit is contained in:
HardenedSteel
2025-12-15 03:04:51 +03:00
parent 5a00252a73
commit cd39da0954
+1 -2
View File
@@ -1831,8 +1831,7 @@ namespace transport
bool isV4 = ep.address ().is_v4 ();
if (ep.port () != m_Server.GetPort (isV4))
{
// TODO: External port detected incorrectly.
// LogPrint (eLogInfo, "SSU2: Our port ", ep.port (), " received from ", m_RemoteEndpoint, " is different from ", m_Server.GetPort (isV4));
LogPrint (eLogInfo, "SSU2: Our port ", ep.port (), " received from ", m_RemoteEndpoint, " is different from ", m_Server.GetPort (isV4));
if (isV4)
{
if (i2p::context.GetTesting ())