mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
recognize congestion caps
This commit is contained in:
parent
d6ed9152ee
commit
d50cf0ad83
3 changed files with 55 additions and 5 deletions
|
@ -1210,7 +1210,7 @@ namespace data
|
|||
router->IsReachableFrom (*compatibleWith)) &&
|
||||
(router->GetCaps () & RouterInfo::eHighBandwidth) &&
|
||||
router->GetVersion () >= NETDB_MIN_HIGHBANDWIDTH_VERSION &&
|
||||
router->IsECIES ();
|
||||
router->IsECIES () && !router->IsHighCongestion ();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue