Browse Source

add incoming NTCP2 session to the sessions list

pull/1221/head
orignal 6 years ago
parent
commit
88e87d589b
  1. 1
      libi2pd/NTCP2.cpp

1
libi2pd/NTCP2.cpp

@ -619,6 +619,7 @@ namespace transport @@ -619,6 +619,7 @@ namespace transport
// ready to communicate
auto existing = i2p::data::netdb.FindRouter (ri.GetRouterIdentity ()->GetIdentHash ()); // check if exists already
SetRemoteIdentity (existing ? existing->GetRouterIdentity () : ri.GetRouterIdentity ());
m_Server.AddNTCP2Session (shared_from_this ());
Established ();
SendRouterInfo ();
ReceiveLength ();

Loading…
Cancel
Save