mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
handle DatabaseSearchReply in netdb requests thread
This commit is contained in:
parent
e3be409945
commit
265bb8b779
5 changed files with 87 additions and 70 deletions
|
@ -85,8 +85,11 @@ namespace data
|
|||
std::shared_ptr<RequestedDestination> FindRequest (const IdentHash& ident) const;
|
||||
bool SendNextRequest (std::shared_ptr<RequestedDestination> dest);
|
||||
|
||||
void PostDatabaseSearchReplyMsg (std::shared_ptr<const I2NPMessage> msg);
|
||||
|
||||
private:
|
||||
|
||||
void HandleDatabaseSearchReplyMsg (std::shared_ptr<const I2NPMessage> msg);
|
||||
void ManageRequests ();
|
||||
// timer
|
||||
void ScheduleManageRequests ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue