lookup LeaseSet before sending ping

This commit is contained in:
orignal 2025-08-26 14:50:34 -04:00
parent 5dadecba03
commit a2073a8751
2 changed files with 65 additions and 33 deletions

View file

@ -261,6 +261,8 @@ namespace client
void BuildStatusLine(bool currentTunnel, std::shared_ptr<BOBDestination> destination, std::string &out);
void SendPing (std::shared_ptr<const i2p::data::LeaseSet> ls);
private:
BOBCommandChannel& m_Owner;