handle iexp

This commit is contained in:
orignal 2017-05-24 12:49:36 -04:00
parent 3219de235c
commit a4e6d8120b
2 changed files with 16 additions and 0 deletions

View file

@ -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