mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
more introducers
This commit is contained in:
parent
fb2bdfb9ee
commit
4e2ba71d59
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue