mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-24 01:46:36 +02: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;
|
||||
if (m_Introducers.empty ())
|
||||
if (m_Introducers.size () < SSU_MAX_NUM_INTRODUCERS)
|
||||
{
|
||||
auto introducer = i2p::data::netdb.GetRandomIntroducer ();
|
||||
if (introducer)
|
||||
|
|
Loading…
Add table
Reference in a new issue