mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
use i for intro key for SSU
This commit is contained in:
parent
4211c733a2
commit
ea1f2d4e26
3 changed files with 12 additions and 13 deletions
|
@ -109,7 +109,6 @@ namespace data
|
|||
struct SSUExt
|
||||
{
|
||||
int mtu;
|
||||
IntroKey key; // intro key for SSU
|
||||
std::vector<Introducer> introducers;
|
||||
};
|
||||
|
||||
|
@ -117,7 +116,7 @@ namespace data
|
|||
{
|
||||
TransportStyle transportStyle;
|
||||
boost::asio::ip::address host;
|
||||
Tag<32> s, i; // keys, i is first 16 bytes for NTCP2
|
||||
Tag<32> s, i; // keys, i is first 16 bytes for NTCP2 and 32 bytes intro key for SSU
|
||||
int port;
|
||||
uint64_t date;
|
||||
uint8_t caps;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue