From c3a395a41e0bdb8fce8c0fa14254935cde2a962f Mon Sep 17 00:00:00 2001 From: jrandom Date: Sun, 13 Jun 2004 19:59:44 +0000 Subject: [PATCH] update the bandwidth limiter config properties --- installer/java/src/router.config.template | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/installer/java/src/router.config.template b/installer/java/src/router.config.template index a0a8d0c0a..8b5a8aacc 100644 --- a/installer/java/src/router.config.template +++ b/installer/java/src/router.config.template @@ -16,12 +16,15 @@ i2cp.port=##_router_i2cp_port## # I2P router administrative web port (currently only responds to /routerConsole.html) router.adminPort=7655 + # Bandwidth limits -# These limits are for all i2np connections - tcp or whatever -# They are hard enforced with no smoothing. -# XXX Until the 0.3.2 release, these should NOT BE USED. Their values will be ignored!!! -i2np.bandwidth.inboundBytesPerMinute=##_router_inbps## -i2np.bandwidth.outboundBytesPerMinute=##_router_outbps## +# These limits are for all i2np connections - tcp or whatever to all peers. +# They are hard enforced with no smoothing. If they are <= 0, no limits are enforced. +i2np.bandwidth.inboundKBytesPerSecond=-1 +i2np.bandwidth.outboundKBytesPerSecond=-1 +# How many bytes will we let accumulate due to inactivity (allowing bursts)? +i2np.bandwidth.inboundBurstKBytes=-1 +i2np.bandwidth.outboundBurstKBytes=-1 # Publish peer rankings # If true, include the current liveliness and reliability rankings in one's published RouterInfo data