process SessionRequest

This commit is contained in:
orignal 2022-03-05 18:39:27 -05:00
parent 35542d803c
commit d4ede6ff01
2 changed files with 48 additions and 3 deletions

View file

@ -62,6 +62,10 @@ namespace transport
std::shared_ptr<const i2p::data::RouterInfo::Address> addr = nullptr, bool peerTest = false);
~SSU2Session ();
void Done () override {};
void SendI2NPMessages (const std::vector<std::shared_ptr<I2NPMessage> >& msgs) override {};
void ProcessSessionRequest (uint64_t connID, uint8_t * buf, size_t len);
bool ProcessSessionCreated (uint8_t * buf, size_t len);
private: