mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
more attempts to find good peer
This commit is contained in:
parent
09a1a78bd6
commit
bf8eecf407
2 changed files with 92 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue