mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
common Identity for LeaseSet and RouterInfo
This commit is contained in:
parent
6f1d4f4300
commit
d714d7fe6c
9 changed files with 105 additions and 28 deletions
|
@ -37,7 +37,7 @@ namespace ntcp
|
|||
struct NTCPPhase3
|
||||
{
|
||||
uint16_t size;
|
||||
i2p::data::RouterIdentity ident;
|
||||
i2p::data::Identity ident;
|
||||
uint32_t timestamp;
|
||||
uint8_t padding[15];
|
||||
uint8_t signature[40];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue