terminate session in separate task

This commit is contained in:
orignal 2022-07-26 19:56:30 -04:00
parent 6b513a0f95
commit 4b1f5c9c9b
3 changed files with 11 additions and 11 deletions

View file

@ -222,7 +222,6 @@ namespace transport
void WaitForIntroduction ();
void SendPeerTest (); // Alice, Data message
void SendKeepAlive ();
void Terminate ();
void RequestTermination (SSU2TerminationReason reason);
void CleanUp (uint64_t ts);
void FlushData ();
@ -246,6 +245,7 @@ namespace transport
private:
void Terminate ();
void Established ();
void ScheduleConnectTimer ();
void HandleConnectTimer (const boost::system::error_code& ecode);