Merge branch 'master' into meshnet

This commit is contained in:
Jeff Becker
2016-06-30 09:15:30 -04:00
4 changed files with 27 additions and 12 deletions

View File

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