establish SSU session through relay

This commit is contained in:
orignal 2014-02-21 16:13:36 -05:00
parent 3c8f859169
commit 64aa588a9b
4 changed files with 141 additions and 11 deletions

View file

@ -75,6 +75,7 @@ namespace data
bool IsNTCP (bool v4only = true) const;
bool IsSSU (bool v4only = true) const;
bool IsCompatible (const RouterInfo& other) const { return m_SupportedTransports & other.m_SupportedTransports; };
bool UsesIntroducer () const;
void SetUnreachable (bool unreachable) { m_IsUnreachable = unreachable; };
bool IsUnreachable () const { return m_IsUnreachable; };