mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
add incoming NTCP2 session to the sessions list
This commit is contained in:
parent
d8c6dede7e
commit
88e87d589b
1 changed files with 1 additions and 0 deletions
|
@ -619,6 +619,7 @@ namespace transport
|
||||||
// ready to communicate
|
// ready to communicate
|
||||||
auto existing = i2p::data::netdb.FindRouter (ri.GetRouterIdentity ()->GetIdentHash ()); // check if exists already
|
auto existing = i2p::data::netdb.FindRouter (ri.GetRouterIdentity ()->GetIdentHash ()); // check if exists already
|
||||||
SetRemoteIdentity (existing ? existing->GetRouterIdentity () : ri.GetRouterIdentity ());
|
SetRemoteIdentity (existing ? existing->GetRouterIdentity () : ri.GetRouterIdentity ());
|
||||||
|
m_Server.AddNTCP2Session (shared_from_this ());
|
||||||
Established ();
|
Established ();
|
||||||
SendRouterInfo ();
|
SendRouterInfo ();
|
||||||
ReceiveLength ();
|
ReceiveLength ();
|
||||||
|
|
Loading…
Add table
Reference in a new issue