mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
handle iexp
This commit is contained in:
parent
3219de235c
commit
a4e6d8120b
2 changed files with 16 additions and 0 deletions
|
@ -73,10 +73,12 @@ namespace data
|
|||
typedef Tag<32> IntroKey; // should be castable to MacKey and AESKey
|
||||
struct Introducer
|
||||
{
|
||||
Introducer (): iExp (0) {};
|
||||
boost::asio::ip::address iHost;
|
||||
int iPort;
|
||||
IntroKey iKey;
|
||||
uint32_t iTag;
|
||||
uint32_t iExp;
|
||||
};
|
||||
|
||||
struct SSUExt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue