mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
remember tunnels selection for following messages
This commit is contained in:
parent
1da5be2871
commit
9b6c229b71
3 changed files with 49 additions and 11 deletions
1
Garlic.h
1
Garlic.h
|
@ -98,6 +98,7 @@ namespace garlic
|
|||
std::shared_ptr<I2NPMessage> WrapSingleMessage (std::shared_ptr<const I2NPMessage> msg);
|
||||
void MessageConfirmed (uint32_t msgID);
|
||||
bool CleanupExpiredTags (); // returns true if something left
|
||||
bool CleanupUnconfirmedTags (); // returns true if something has been deleted
|
||||
|
||||
void SetLeaseSetUpdated ()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue