mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
use existing SSU session if available
This commit is contained in:
parent
129052c330
commit
3ae225fb41
3 changed files with 36 additions and 25 deletions
1
SSU.h
1
SSU.h
|
@ -126,6 +126,7 @@ namespace ssu
|
|||
void Start ();
|
||||
void Stop ();
|
||||
SSUSession * GetSession (const i2p::data::RouterInfo * router);
|
||||
SSUSession * FindSession (const i2p::data::RouterInfo * router);
|
||||
void DeleteSession (SSUSession * session);
|
||||
void DeleteAllSessions ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue