From cd39da09544b731700dc325bbf3fc937d387bfe9 Mon Sep 17 00:00:00 2001 From: HardenedSteel <19209715+HardenedSteel@users.noreply.github.com> Date: Mon, 15 Dec 2025 03:04:24 +0300 Subject: [PATCH] Revert "remove logprint for incorrect port number" This reverts commit 786ccc16d44af3bc4c6f4031da2225e93e6228d3. --- libi2pd/SSU2Session.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libi2pd/SSU2Session.cpp b/libi2pd/SSU2Session.cpp index 5edf8bea..a7539601 100644 --- a/libi2pd/SSU2Session.cpp +++ b/libi2pd/SSU2Session.cpp @@ -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 ())