mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
establish SSU session through relay
This commit is contained in:
parent
3c8f859169
commit
64aa588a9b
4 changed files with 141 additions and 11 deletions
|
@ -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; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue