mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
create tunnel through any type of transports
This commit is contained in:
parent
7300792033
commit
567816e6a5
2 changed files with 9 additions and 5 deletions
|
@ -180,6 +180,9 @@ namespace data
|
|||
CryptoPP::SHA256().CalculateDigest(m_IdentHash, (uint8_t *)&m_RouterIdentity, sizeof (m_RouterIdentity));
|
||||
UpdateIdentHashBase64 ();
|
||||
UpdateRoutingKey ();
|
||||
|
||||
if (!m_SupportedTransports)
|
||||
SetUnreachable (true);
|
||||
}
|
||||
|
||||
void RouterInfo::UpdateIdentHashBase64 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue