Uses of Class
com.biglybt.core.speedmanager.impl.v2.SMUpdate
-
Packages that use SMUpdate Package Description com.biglybt.core.speedmanager.impl.v2 -
-
Uses of SMUpdate in com.biglybt.core.speedmanager.impl.v2
Methods in com.biglybt.core.speedmanager.impl.v2 that return SMUpdate Modifier and Type Method Description SMUpdate
LimitControl. adjust(float amount)
SMUpdate
LimitControlDropUploadFirst. adjust(float amount)
SMUpdate
SpeedLimitMonitor. adjustLimitsToSpec(int currUploadLimit, int currDownloadLimit)
It is likely the user adjusted the "line speed capacity" on the configuration panel.SMUpdate
SpeedLimitMonitor. calculateNewUnpinnedLimits(float signalStrength)
private SMUpdate
SpeedLimitMonitor. checkActiveProgressiveDownloadLimit(SMUpdate update)
If a progressive download is currently active.SMUpdate
SpeedLimitMonitor. endLimitTesting()
Call this method to end the limit testing.SMUpdate
SpeedLimitMonitor. endLimitTesting(int downloadCapacityGuess, int uploadCapacityGuess)
SMUpdate
SpeedLimitMonitor. modifyLimits(float signalStrength, float multiple, int currUpLimit, int currDownLimit)
Does the same as createNewLimit except it drops the upload rate first when in download mode.SMUpdate
SpeedLimitMonitor. rampTestingLimit(int uploadLimit, int downloadLimit)
Ramp the upload and download rates higher, so ping-times are relevant.SMUpdate
SpeedLimitMonitor. startLimitTesting(int currUploadLimit, int currDownloadLimit)
Call this method to start the limit testing.private SMUpdate
LimitControlDropUploadFirst. update()
Methods in com.biglybt.core.speedmanager.impl.v2 with parameters of type SMUpdate Modifier and Type Method Description private SMUpdate
SpeedLimitMonitor. checkActiveProgressiveDownloadLimit(SMUpdate update)
If a progressive download is currently active.private void
SpeedManagerAlgorithmProviderDHTPing. logNewLimits(SMUpdate update)
private void
SpeedManagerAlgorithmProviderPingMap. logNewLimits(SMUpdate update)
private void
SpeedManagerAlgorithmProviderDHTPing. setNewLimits(SMUpdate update)
Just update the limits.private void
SpeedManagerAlgorithmProviderPingMap. setNewLimits(SMUpdate update)
Just update the limits.
-