hold I2NP message for 5 seconds if router is not in netDb

This commit is contained in:
orignal 2014-08-28 21:34:23 -04:00
parent 2640dff22a
commit 9557adf8c2
2 changed files with 23 additions and 1 deletions

View file

@ -69,6 +69,8 @@ namespace i2p
void Run ();
void HandleAccept (i2p::ntcp::NTCPServerConnection * conn, const boost::system::error_code& error);
void HandleResendTimer (const boost::system::error_code& ecode, boost::asio::deadline_timer * timer,
const i2p::data::IdentHash& ident, i2p::I2NPMessage * msg);
void PostMessage (const i2p::data::IdentHash& ident, i2p::I2NPMessage * msg);
void PostCloseSession (const i2p::data::RouterInfo * router);