Home
last modified time | relevance | path

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

/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/speedmanager/impl/v2/
H A DSpeedLimitMonitor.java1485 int bestLimit = choseBestLimit(estimate,uploadLimitMax,uploadLimitConf); in notifyUpload() local
1490 if(bestLimit!=uploadLimitMax){ in notifyUpload()
1492 SpeedManagerLogger.log("persistent PingMap changed upload limit to "+bestLimit); in notifyUpload()
1496 uploadLimitMax = bestLimit; in notifyUpload()
1508 int bestLimit = choseBestLimit(estimate,downloadLimitMax,downloadLimitConf); in notifyDownload() local
1514 if(downloadLimitMax!=bestLimit){ in notifyDownload()
1516 SpeedManagerLogger.log( "persistent PingMap changed download limit to "+bestLimit ); in notifyDownload()
1517 downloadLimitMax = bestLimit; in notifyDownload()
1519 SpeedManagerAlgorithmProviderV2.SETTING_DOWNLOAD_MAX_LIMIT, bestLimit); in notifyDownload()