mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
fixed zero-hops tunnels
This commit is contained in:
parent
f6e988d6fd
commit
c50105493a
3 changed files with 24 additions and 10 deletions
|
@ -217,6 +217,7 @@ namespace tunnel
|
|||
if (msg)
|
||||
{
|
||||
m_NumReceivedBytes += msg->GetLength ();
|
||||
msg->from = shared_from_this ();
|
||||
HandleI2NPMessage (msg);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue