Browse Source

more introducers

pull/306/head
orignal 9 years ago
parent
commit
4e2ba71d59
  1. 2
      SSU.cpp

2
SSU.cpp

@ -514,7 +514,7 @@ namespace transport @@ -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…
Cancel
Save