mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
more introducers
This commit is contained in:
2
SSU.cpp
2
SSU.cpp
@@ -514,7 +514,7 @@ namespace transport
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
m_Introducers = newList;
|
m_Introducers = newList;
|
||||||
if (m_Introducers.empty ())
|
if (m_Introducers.size () < SSU_MAX_NUM_INTRODUCERS)
|
||||||
{
|
{
|
||||||
auto introducer = i2p::data::netdb.GetRandomIntroducer ();
|
auto introducer = i2p::data::netdb.GetRandomIntroducer ();
|
||||||
if (introducer)
|
if (introducer)
|
||||||
|
|||||||
Reference in New Issue
Block a user