mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
request destination in netdb requests thread
This commit is contained in:
parent
927123188c
commit
b75e418879
3 changed files with 27 additions and 8 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue