mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-21 14:51:48 +02:00
limit depth of exploratory sent directly
This commit is contained in:
parent
1545a21682
commit
759fd0815d
2 changed files with 5 additions and 2 deletions
|
@ -60,7 +60,7 @@ namespace util
|
|||
{
|
||||
m_Buffer[bytes_transferred] = 0;
|
||||
auto address = ExtractAddress ();
|
||||
LogPrint (address);
|
||||
//LogPrint (address);
|
||||
if (address.length () > 1) // not just '/'
|
||||
HandleDestinationRequest (address.substr (1)); // exclude '/'
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue