mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
hold I2NP message for 5 seconds if router is not in netDb
This commit is contained in:
parent
2640dff22a
commit
9557adf8c2
2 changed files with 23 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue