mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
caps per address
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user