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