1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 08:14:15 +00:00

more introducers

This commit is contained in:
orignal 2015-11-29 17:25:42 -05:00
parent fb2bdfb9ee
commit 4e2ba71d59

View File

@ -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)