mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
remove incoming session from pending list when established
This commit is contained in:
parent
03a861745b
commit
d6b1d0d4fb
2 changed files with 5 additions and 3 deletions
|
@ -227,7 +227,7 @@ namespace transport
|
|||
void Start ();
|
||||
void Stop ();
|
||||
|
||||
bool AddNTCP2Session (std::shared_ptr<NTCP2Session> session);
|
||||
bool AddNTCP2Session (std::shared_ptr<NTCP2Session> session, bool incoming = false);
|
||||
void RemoveNTCP2Session (std::shared_ptr<NTCP2Session> session);
|
||||
std::shared_ptr<NTCP2Session> FindNTCP2Session (const i2p::data::IdentHash& ident);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue