mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
delete expired ECIESX25519AEADRatchet sessions and tags
This commit is contained in:
parent
50450923df
commit
9c9b723cf5
4 changed files with 43 additions and 3 deletions
|
@ -202,6 +202,7 @@ namespace garlic
|
|||
{
|
||||
int index;
|
||||
ECIESX25519AEADRatchetSessionPtr session;
|
||||
uint64_t creationTime; // seconds since epoch
|
||||
};
|
||||
|
||||
class GarlicDestination: public i2p::data::LocalDestination
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue