mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
removed some SSU1 code
This commit is contained in:
parent
f2729b3efe
commit
1b921a2eac
3 changed files with 3 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue