differentiate garlic message received from tunnel and directly

This commit is contained in:
orignal 2014-01-03 22:25:22 -05:00
parent 4f1f08b805
commit 5997cb80bd
8 changed files with 19 additions and 16 deletions

View file

@ -123,7 +123,7 @@ namespace i2p
{
if (ident == i2p::context.GetRouterInfo ().GetIdentHash ())
// we send it to ourself
i2p::HandleI2NPMessage (msg);
i2p::HandleI2NPMessage (msg, false);
else
m_Service.post (boost::bind (&Transports::PostMessage, this, ident, msg));
}