mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
select sessions for introducers
This commit is contained in:
parent
3ff3417ff2
commit
fdebbc4498
4 changed files with 81 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue