request destination in netdb requests thread

This commit is contained in:
orignal 2024-05-22 13:43:00 -04:00
parent 927123188c
commit b75e418879
3 changed files with 27 additions and 8 deletions

View file

@ -86,10 +86,12 @@ namespace data
bool SendNextRequest (std::shared_ptr<RequestedDestination> dest);
void PostDatabaseSearchReplyMsg (std::shared_ptr<const I2NPMessage> msg);
void PostRequestDestination (const IdentHash& destination, const RequestedDestination::RequestComplete& requestComplete, bool direct);
private:
void HandleDatabaseSearchReplyMsg (std::shared_ptr<const I2NPMessage> msg);
void RequestDestination (const IdentHash& destination, const RequestedDestination::RequestComplete& requestComplete, bool direct);
void ManageRequests ();
// timer
void ScheduleManageRequests ();