select sessions for introducers

This commit is contained in:
orignal 2022-07-10 17:13:25 -04:00
parent 3ff3417ff2
commit fdebbc4498
4 changed files with 81 additions and 4 deletions

View file

@ -215,6 +215,7 @@ namespace transport
bool Introduce (std::shared_ptr<SSU2Session> session, uint32_t relayTag);
void WaitForIntroduction ();
void SendPeerTest (); // Alice, Data message
void SendKeepAlive ();
void Terminate ();
void RequestTermination (SSU2TerminationReason reason);
void CleanUp (uint64_t ts);