show next peer and connectivity on transit tunnels page

This commit is contained in:
orignal
2024-12-16 19:49:14 -05:00
parent 833e0a936e
commit b4bcd9914a
13 changed files with 92 additions and 14 deletions

View File

@@ -147,6 +147,7 @@ namespace transport
void SetRemoteEndpoint (const boost::asio::ip::tcp::endpoint& ep) { m_RemoteEndpoint = ep; };
bool IsEstablished () const override { return m_IsEstablished; };
i2p::data::RouterInfo::SupportedTransports GetTransportType () const override;
bool IsTerminated () const { return m_IsTerminated; };
void ClientLogin (); // Alice