mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
s and i keys for all addresses
This commit is contained in:
parent
450266818a
commit
4211c733a2
6 changed files with 18 additions and 37 deletions
|
@ -21,8 +21,7 @@ namespace transport
|
|||
if (in_RemoteRouter && addr)
|
||||
{
|
||||
// outgoing
|
||||
if (addr->ntcp2) // TODO: should be SSU
|
||||
InitNoiseXKState1 (*m_NoiseState, addr->ntcp2->staticKey);
|
||||
InitNoiseXKState1 (*m_NoiseState, addr->s);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue