mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-28 09:56:22 +02:00
find local destination by tunnel garlic came from
This commit is contained in:
parent
7fb93ca853
commit
400b4e7110
6 changed files with 41 additions and 55 deletions
|
@ -243,6 +243,7 @@ namespace data
|
|||
virtual const uint8_t * GetEncryptionPrivateKey () const = 0;
|
||||
virtual const uint8_t * GetEncryptionPublicKey () const = 0;
|
||||
virtual void SetLeaseSetUpdated () = 0;
|
||||
virtual void HandleDataMessage (const uint8_t * buf, size_t len) = 0;
|
||||
|
||||
const IdentityEx& GetIdentity () const { return GetPrivateKeys ().GetPublic (); };
|
||||
const IdentHash& GetIdentHash () const { return GetIdentity ().GetIdentHash (); };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue