mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-19 13:51:48 +02:00
static keys table
This commit is contained in:
parent
2af4a2b58d
commit
7c535159bc
5 changed files with 49 additions and 0 deletions
libi2pd
|
@ -1073,6 +1073,7 @@ namespace transport
|
|||
return false;
|
||||
}
|
||||
SetRemoteIdentity (ri->GetRouterIdentity ());
|
||||
i2p::data::UpdateStaticKey (m_Address->s, ri->GetIdentHash ()); // good static key
|
||||
AdjustMaxPayloadSize ();
|
||||
m_Server.AddSessionByRouterHash (shared_from_this ()); // we know remote router now
|
||||
m_RemoteTransports = ri->GetCompatibleTransports (false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue