Uses of Interface
net.i2p.client.streaming.impl.BandwidthEstimator
-
Packages that use BandwidthEstimator Package Description net.i2p.client.streaming.impl Implementation of a TCP-like (reliable, authenticated, in order) set of sockets for communicating over the IP-like (unreliable, unauthenticated, unordered) I2P messages. -
-
Uses of BandwidthEstimator in net.i2p.client.streaming.impl
Classes in net.i2p.client.streaming.impl that implement BandwidthEstimator Modifier and Type Class Description (package private) class
SimpleBandwidthEstimator
A Westwood+ bandwidth estimator with a first stage anti-aliasing low pass filter based on RTT, and the time-varying Westwood filter based on inter-arrival time.
-