mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 08:14:15 +00:00
more introducers
This commit is contained in:
parent
fb2bdfb9ee
commit
4e2ba71d59
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user