fixed zero-hops tunnels

This commit is contained in:
orignal 2016-06-29 21:37:17 -04:00
parent f6e988d6fd
commit c50105493a
3 changed files with 24 additions and 10 deletions

View file

@ -217,6 +217,7 @@ namespace tunnel
if (msg)
{
m_NumReceivedBytes += msg->GetLength ();
msg->from = shared_from_this ();
HandleI2NPMessage (msg);
}
}