Home
last modified time | relevance | path

Searched refs:calculateUnpinnedStepSize (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.java560 uploadLimitMax += calculateUnpinnedStepSize(uploadLimitMax); in calculateNewUnpinnedLimits()
570 downloadLimitMax += calculateUnpinnedStepSize(downloadLimitMax); in calculateNewUnpinnedLimits()
603 private int calculateUnpinnedStepSize(int currLimitMax){ in calculateUnpinnedStepSize() method in SpeedLimitMonitor