handle PeerTest msg 1

This commit is contained in:
orignal 2022-06-09 18:04:37 -04:00
parent 0640bec026
commit 2e4d8cdc8b
4 changed files with 78 additions and 10 deletions

View file

@ -54,6 +54,7 @@ namespace transport
void AddSessionByRouterHash (std::shared_ptr<SSU2Session> session);
void AddPendingOutgoingSession (std::shared_ptr<SSU2Session> session);
std::shared_ptr<SSU2Session> FindSession (const i2p::data::IdentHash& ident) const;
std::shared_ptr<SSU2Session> GetRandomSession (i2p::data::RouterInfo::CompatibleTransports remoteTransports) const;
void AddRelay (uint32_t tag, std::shared_ptr<SSU2Session> relay);
void RemoveRelay (uint32_t tag);