mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
udp tunnels
This commit is contained in:
parent
c16632d99a
commit
aa3723d2bd
6 changed files with 338 additions and 20 deletions
|
@ -92,6 +92,8 @@ namespace data
|
|||
CryptoKeyType GetCryptoKeyType () const;
|
||||
void DropVerifier () const; // to save memory
|
||||
|
||||
bool operator == (const IdentityEx & other) const { return GetIdentHash() == other.GetIdentHash(); }
|
||||
|
||||
private:
|
||||
|
||||
void CreateVerifier () const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue