mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
attach updated LeaseSet to ECIESx25519 incoming sessions
This commit is contained in:
parent
79dbf2a43e
commit
d6f5640685
3 changed files with 12 additions and 5 deletions
|
@ -160,7 +160,7 @@ namespace garlic
|
|||
|
||||
public:
|
||||
|
||||
ECIESX25519AEADRatchetSession (GarlicDestination * owner, bool attachLeaseSet);
|
||||
ECIESX25519AEADRatchetSession (GarlicDestination * owner, bool attachLeaseSetNS);
|
||||
~ECIESX25519AEADRatchetSession ();
|
||||
|
||||
bool HandleNextMessage (uint8_t * buf, size_t len, std::shared_ptr<ReceiveRatchetTagSet> receiveTagset, int index = 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue