find all introducers at the time

This commit is contained in:
orignal 2021-04-21 15:41:04 -04:00
parent 9c8c3b9174
commit b5618af308
2 changed files with 22 additions and 17 deletions

View file

@ -100,7 +100,7 @@ namespace transport
template<typename Filter>
std::shared_ptr<SSUSession> GetRandomV6Session (Filter filter);
std::set<SSUSession *> FindIntroducers (int maxNumIntroducers, bool v4);
std::list<std::shared_ptr<SSUSession> > FindIntroducers (int maxNumIntroducers, bool v4);
void ScheduleIntroducersUpdateTimer ();
void ScheduleIntroducersUpdateTimerV6 ();
void HandleIntroducersUpdateTimer (const boost::system::error_code& ecode, bool v4);