mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
rollback
This commit is contained in:
parent
79727db741
commit
ef417eb8d9
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ namespace data
|
||||||
{
|
{
|
||||||
boost::asio::ip::address iHost;
|
boost::asio::ip::address iHost;
|
||||||
int iPort;
|
int iPort;
|
||||||
Tag<32> iKey;
|
uint8_t iKey[32];
|
||||||
uint32_t iTag;
|
uint32_t iTag;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ namespace data
|
||||||
uint64_t date;
|
uint64_t date;
|
||||||
uint8_t cost;
|
uint8_t cost;
|
||||||
// SSU only
|
// SSU only
|
||||||
Tag<32> key; // intro key for SSU
|
uint8_t key[32]; // intro key for SSU
|
||||||
std::vector<Introducer> introducers;
|
std::vector<Introducer> introducers;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue