mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
moved handling of DatabaseLookup to netDb's thread
This commit is contained in:
parent
028c70d6ee
commit
5492deff21
4 changed files with 40 additions and 34 deletions
|
@ -154,7 +154,6 @@ namespace tunnel
|
|||
I2NPMessage * CreateDatabaseLookupMsg (const uint8_t * key, const uint8_t * from,
|
||||
uint32_t replyTunnelID, bool exploratory = false,
|
||||
std::set<i2p::data::IdentHash> * excludedPeers = nullptr, bool encryption = false);
|
||||
void HandleDatabaseLookupMsg (uint8_t * buf, size_t len);
|
||||
I2NPMessage * CreateDatabaseSearchReply (const i2p::data::IdentHash& ident);
|
||||
|
||||
I2NPMessage * CreateDatabaseStoreMsg ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue