|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.transport.FIFOBandwidthRefiller
Field Summary | |
static int |
MIN_INBOUND_BANDWIDTH
For now, until there is some tuning and safe throttling, we set the floor at 6KBps inbound |
static int |
MIN_INBOUND_BANDWIDTH_PEAK
For now, until there is some tuning and safe throttling, we set the floor at a 10 second burst |
static int |
MIN_OUTBOUND_BANDWIDTH
For now, until there is some tuning and safe throttling, we set the floor at 6KBps outbound |
static int |
MIN_OUTBOUND_BANDWIDTH_PEAK
For now, until there is some tuning and safe throttling, we set the floor at a 10 second burst |
static long |
MIN_REPLENISH_FREQUENCY
Updating the bandwidth more than once a second is silly. |
static java.lang.String |
PROP_INBOUND_BANDWIDTH
|
static java.lang.String |
PROP_INBOUND_BANDWIDTH_PEAK
|
static java.lang.String |
PROP_OUTBOUND_BANDWIDTH
|
static java.lang.String |
PROP_OUTBOUND_BANDWIDTH_PEAK
|
Constructor Summary | |
FIFOBandwidthRefiller(I2PAppContext context,
FIFOBandwidthLimiter limiter)
|
Method Summary | |
void |
reinitialize()
|
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String PROP_INBOUND_BANDWIDTH
public static final java.lang.String PROP_OUTBOUND_BANDWIDTH
public static final java.lang.String PROP_INBOUND_BANDWIDTH_PEAK
public static final java.lang.String PROP_OUTBOUND_BANDWIDTH_PEAK
public static final int MIN_INBOUND_BANDWIDTH
public static final int MIN_OUTBOUND_BANDWIDTH
public static final int MIN_INBOUND_BANDWIDTH_PEAK
public static final int MIN_OUTBOUND_BANDWIDTH_PEAK
public static final long MIN_REPLENISH_FREQUENCY
Constructor Detail |
public FIFOBandwidthRefiller(I2PAppContext context, FIFOBandwidthLimiter limiter)
Method Detail |
public void run()
run
in interface java.lang.Runnable
public void reinitialize()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |