mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
removed some SSU1 code
This commit is contained in:
@@ -110,11 +110,10 @@ namespace data
|
||||
|
||||
struct Introducer
|
||||
{
|
||||
Introducer (): iTag (0), iExp (0), isH (false) {};
|
||||
Introducer (): iTag (0), iExp (0) {};
|
||||
IdentHash iH;
|
||||
uint32_t iTag;
|
||||
uint32_t iExp;
|
||||
bool isH; // TODO: remove later
|
||||
};
|
||||
|
||||
struct SSUExt
|
||||
|
||||
Reference in New Issue
Block a user