From 2a795f3d8a8d038243ceb9ce3da280b20382ddfe Mon Sep 17 00:00:00 2001 From: zzz Date: Mon, 12 Sep 2011 20:36:04 +0000 Subject: [PATCH] add throttle options --- scripts/i2ptunnel.config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/i2ptunnel.config b/scripts/i2ptunnel.config index 5c2ebd0..c90bb88 100644 --- a/scripts/i2ptunnel.config +++ b/scripts/i2ptunnel.config @@ -8,6 +8,11 @@ tunnel.0.option.i2cp.reduceIdleTime=1200000 tunnel.0.option.i2cp.reduceOnIdle=true tunnel.0.option.i2cp.reduceQuantity=1 tunnel.0.option.i2p.streaming.connectDelay=0 +tunnel.0.option.i2p.streaming.maxConcurrentStreams=40 +tunnel.0.option.i2p.streaming.maxConnsPerHour=100 +tunnel.0.option.i2p.streaming.maxConnsPerMinute=10 +tunnel.0.option.i2p.streaming.maxTotalConnsPerHour=2500 +tunnel.0.option.i2p.streaming.maxTotalConnsPerMinute=60 tunnel.0.option.inbound.backupQuantity=0 tunnel.0.option.inbound.length=3 tunnel.0.option.inbound.lengthVariance=0