Package net.i2p.util
Interface BandwidthEstimator
-
- All Known Implementing Classes:
SimpleBandwidthEstimator,SimpleBandwidthEstimator,SyntheticREDQueue
public interface BandwidthEstimatorA Westwood bandwidth estimator- Since:
- 0.9.46 consolidated from streaming and udp in 0.9.50
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddSample(int acked)Records an arriving ack.floatgetBandwidthEstimate()
-