Package net.i2p.client.streaming.impl
Interface BandwidthEstimator
-
- All Known Implementing Classes:
SimpleBandwidthEstimator
interface BandwidthEstimatorA Westwood bandwidth estimator- Since:
- 0.9.46
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddSample(int acked)Records an arriving ack.floatgetBandwidthEstimate()
-