mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
inbound tunnel where an I2NP messages has been received from
This commit is contained in:
parent
27c7ea2801
commit
6732ba21f9
10 changed files with 31 additions and 21 deletions
|
@ -148,7 +148,7 @@ namespace i2p
|
|||
{
|
||||
if (ident == i2p::context.GetRouterInfo ().GetIdentHash ())
|
||||
// we send it to ourself
|
||||
i2p::HandleI2NPMessage (msg, false);
|
||||
i2p::HandleI2NPMessage (msg);
|
||||
else
|
||||
m_Service.post (boost::bind (&Transports::PostMessage, this, ident, msg));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue