mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
build client tunnels through router with version >= 0.9.36
This commit is contained in:
parent
7d22ddd710
commit
bdd75e1171
5 changed files with 27 additions and 3 deletions
|
@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue