SSU2 introducers

This commit is contained in:
orignal 2022-04-25 19:57:46 -04:00
parent 45ebfe378b
commit eb6437050f
2 changed files with 46 additions and 30 deletions

View file

@ -107,7 +107,7 @@ namespace data
Introducer (): iPort (0), iExp (0) {};
boost::asio::ip::address iHost;
int iPort;
IntroKey iKey;
IntroKey iKey; // or ih for SSU2
uint32_t iTag;
uint32_t iExp;
};