Merge branch 'master' into meshnet

This commit is contained in:
Jeff Becker 2016-06-30 09:15:30 -04:00
commit c53d6d80ba
No known key found for this signature in database
GPG key ID: AB950234D6EA286B
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);
}
}