mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
hadlle DatabaseLookup message
This commit is contained in:
parent
4b9d2d60e2
commit
c85ae61cfc
2 changed files with 38 additions and 2 deletions
|
@ -107,7 +107,9 @@ namespace i2p
|
|||
I2NPMessage * CreateDatabaseLookupMsg (const uint8_t * key, const uint8_t * from,
|
||||
uint32_t replyTunnelID, bool exploratory = false,
|
||||
std::set<i2p::data::IdentHash> * excludedPeers = nullptr);
|
||||
|
||||
void HandleDatabaseLookupMsg (uint8_t * buf, size_t len);
|
||||
I2NPMessage * CreateDatabaseSearchReply (const i2p::data::IdentHash& ident);
|
||||
|
||||
I2NPMessage * CreateDatabaseStoreMsg ();
|
||||
|
||||
I2NPBuildRequestRecordClearText CreateBuildRequestRecord (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue