mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
print endpoint if more than two fragments of SessionConfirmed
This commit is contained in:
@@ -878,7 +878,7 @@ namespace transport
|
|||||||
// fragmented
|
// fragmented
|
||||||
if (numFragments > 2)
|
if (numFragments > 2)
|
||||||
{
|
{
|
||||||
LogPrint (eLogError, "SSU2: Too many fragments ", numFragments, " in SessionConfirmed");
|
LogPrint (eLogError, "SSU2: Too many fragments ", (int)numFragments, " in SessionConfirmed from ", m_RemoteEndpoint);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (len < 32)
|
if (len < 32)
|
||||||
|
|||||||
Reference in New Issue
Block a user