mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2026-05-14 22:45:15 +00:00
build client tunnels through router with version >= 0.9.36
This commit is contained in:
+2
-1
@@ -1121,7 +1121,8 @@ namespace data
|
||||
{
|
||||
return !router->IsHidden () && router != compatibleWith &&
|
||||
router->IsCompatible (*compatibleWith) &&
|
||||
(router->GetCaps () & RouterInfo::eHighBandwidth);
|
||||
(router->GetCaps () & RouterInfo::eHighBandwidth) &&
|
||||
router->GetVersion () >= NETDB_MIN_HIGHBANDWIDTH_VERSION;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user