more attempts to find good peer

This commit is contained in:
orignal 2023-02-01 16:04:09 -05:00
parent 09a1a78bd6
commit bf8eecf407
2 changed files with 92 additions and 9 deletions

View file

@ -163,6 +163,9 @@ namespace transport
void DetectExternalIP ();
template<typename Filter>
std::shared_ptr<const i2p::data::RouterInfo> GetRandomPeer (Filter filter) const;
private:
volatile bool m_IsOnline;