mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-09-17 10:15:17 +00:00
Revert "remove logprint for incorrect port number"
This reverts commit 786ccc16d4.
This commit is contained in:
@@ -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 ())
|
||||
|
||||
Reference in New Issue
Block a user