Class FIFOBandwidthRefiller

java.lang.Object
net.i2p.router.transport.FIFOBandwidthRefiller
All Implemented Interfaces:
Runnable

public class FIFOBandwidthRefiller
extends Object
implements Runnable
Thread that runs several times a second to "give" bandwidth to FIFOBandwidthLimiter. Instantiated by FIFOBandwidthLimiter. As of 0.8.12, this also contains a counter for outbound participating bandwidth. This was a good place for it since we needed a thread for it. Public only for the properties and defaults.