mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
send keep-alive for newly selected introducer session
This commit is contained in:
@@ -1327,6 +1327,7 @@ namespace transport
|
||||
LogPrint (eLogDebug, "SSU2: Introducer added ", it->GetRelayTag (), " at ",
|
||||
i2p::data::GetIdentHashAbbreviation (it->GetRemoteIdentity ()->GetIdentHash ()));
|
||||
newList.push_back ({ it->GetRemoteIdentity ()->GetIdentHash (), tag });
|
||||
it->SendKeepAlive ();
|
||||
if (newList.size () >= SSU2_MAX_NUM_INTRODUCERS) break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user