create tunnel through any type of transports

This commit is contained in:
orignal 2014-02-26 22:53:19 -05:00
parent 7300792033
commit 567816e6a5
2 changed files with 9 additions and 5 deletions

View file

@ -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 ()