mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
SSU2 connect timer
This commit is contained in:
parent
c348736058
commit
2a5cf3e4a8
3 changed files with 48 additions and 7 deletions
|
@ -433,7 +433,7 @@ namespace transport
|
|||
if (!session) return;
|
||||
auto address = session->GetAddress ();
|
||||
if (!address) return;
|
||||
session->SetState (eSSU2SessionStateIntroduced);
|
||||
session->WaitForIntroduction ();
|
||||
// try to find existing session first
|
||||
for (auto& it: address->ssu->introducers)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue