verify signature and send peer test msg 5

This commit is contained in:
orignal 2022-06-07 12:55:58 -04:00
parent 3cd74f0d4f
commit 47460d86b2
4 changed files with 54 additions and 9 deletions

View file

@ -53,7 +53,8 @@ namespace transport
void RemoveSession (uint64_t connID);
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;
void AddRelay (uint32_t tag, std::shared_ptr<SSU2Session> relay);
void RemoveRelay (uint32_t tag);
std::shared_ptr<SSU2Session> FindRelaySession (uint32_t tag);