Home
last modified time | relevance | path

Searched refs:estBytesPerSec (Results 1 – 2 of 2) sorted by relevance

/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/speedmanager/impl/v2/
H A DSMConst.java85 int estBytesPerSec = filterLimit(estimate.getBytesPerSec(), startValue); in filterEstimate() local
87 return new FilteredLimitEstimate(estBytesPerSec, in filterEstimate()
H A DSpeedLimitMonitor.java1065 int estBytesPerSec = estimate.getBytesPerSec(); in choseBestLimit() local
1069 if( (estBytesPerSec<currMaxLimit) && estBytesPerSec<20480 ){ in choseBestLimit()
1075 chosenLimit = estBytesPerSec; in choseBestLimit()
1078 chosenLimit = Math.max( estBytesPerSec, currMaxLimit ); in choseBestLimit()
1091 chosenLimit = estBytesPerSec; in choseBestLimit()
1097 chosenLimit = estBytesPerSec; in choseBestLimit()