mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
insert garlic tag in destination's thread
This commit is contained in:
parent
4c323a666a
commit
990906c57f
5 changed files with 26 additions and 3 deletions
|
@ -138,6 +138,7 @@ namespace client
|
|||
|
||||
// override GarlicDestination
|
||||
bool SubmitSessionKey (const uint8_t * key, const uint8_t * tag);
|
||||
void SubmitECIESx25519Key (const uint8_t * key, uint64_t tag);
|
||||
void ProcessGarlicMessage (std::shared_ptr<I2NPMessage> msg);
|
||||
void ProcessDeliveryStatusMessage (std::shared_ptr<I2NPMessage> msg);
|
||||
void SetLeaseSetUpdated ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue