mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
caps per address
This commit is contained in:
parent
2d972752ff
commit
1d7639b3f4
6 changed files with 57 additions and 27 deletions
|
@ -1150,7 +1150,7 @@ namespace data
|
|||
return GetRandomRouter (
|
||||
[v4only](std::shared_ptr<const RouterInfo> router)->bool
|
||||
{
|
||||
return !router->IsHidden () && router->IsPeerTesting () && router->IsSSU (v4only);
|
||||
return !router->IsHidden () && router->IsPeerTesting (v4only);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue