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

@@ -93,6 +93,9 @@ namespace tunnel
void SendMessagesTo (const i2p::data::IdentHash& to, std::list<std::shared_ptr<I2NPMessage> >&& msgs);
void SendMessagesTo (const i2p::data::IdentHash& to, std::list<std::shared_ptr<I2NPMessage> >& msgs); // send and clear
std::shared_ptr<const i2p::transport::TransportSession> GetCurrentTransport () const { return m_CurrentTransport.lock (); }
void Reset ();
private: