diff --git a/installer/resources/i2ptunnel.config b/installer/resources/i2ptunnel.config index 2f811ebde39873967350f533d0d3f01781f602ee..f1fe7cda2edd3e7310a3a91aa11224a6de7feeee 100644 --- a/installer/resources/i2ptunnel.config +++ b/installer/resources/i2ptunnel.config @@ -10,6 +10,9 @@ tunnel.0.i2cpHost=127.0.0.1 tunnel.0.i2cpPort=7654 tunnel.0.option.inbound.nickname=shared clients tunnel.0.option.outbound.nickname=shared clients +tunnel.0.option.i2cp.reduceIdleTime=900000 +tunnel.0.option.i2cp.reduceOnIdle=true +tunnel.0.option.i2cp.reduceQuantity=1 tunnel.0.option.i2p.streaming.connectDelay=1000 tunnel.0.startOnLoad=true @@ -25,6 +28,9 @@ tunnel.1.i2cpHost=127.0.0.1 tunnel.1.i2cpPort=7654 tunnel.1.option.inbound.nickname=shared clients tunnel.1.option.outbound.nickname=shared clients +tunnel.1.option.i2cp.reduceIdleTime=900000 +tunnel.1.option.i2cp.reduceOnIdle=true +tunnel.1.option.i2cp.reduceQuantity=1 tunnel.1.option.i2p.streaming.connectDelay=1000 tunnel.1.option.i2p.streaming.maxWindowSize=16 tunnel.1.startOnLoad=true @@ -41,6 +47,9 @@ tunnel.2.i2cpHost=127.0.0.1 tunnel.2.i2cpPort=7654 tunnel.2.option.inbound.nickname=shared clients tunnel.2.option.outbound.nickname=shared clients +tunnel.2.option.i2cp.reduceIdleTime=900000 +tunnel.2.option.i2cp.reduceOnIdle=true +tunnel.2.option.i2cp.reduceQuantity=1 tunnel.2.startOnLoad=false # local eepserver @@ -70,6 +79,9 @@ tunnel.4.listenPort=7659 tunnel.4.name=smtp.postman.i2p tunnel.4.option.inbound.nickname=shared clients tunnel.4.option.outbound.nickname=shared clients +tunnel.4.option.i2cp.reduceIdleTime=900000 +tunnel.4.option.i2cp.reduceOnIdle=true +tunnel.4.option.i2cp.reduceQuantity=1 tunnel.4.option.i2p.streaming.connectDelay=1000 tunnel.4.startOnLoad=true tunnel.4.targetDestination=smtp.postman.i2p @@ -85,6 +97,9 @@ tunnel.5.interface=127.0.0.1 tunnel.5.listenPort=7660 tunnel.5.option.inbound.nickname=shared clients tunnel.5.option.outbound.nickname=shared clients +tunnel.5.option.i2cp.reduceIdleTime=900000 +tunnel.5.option.i2cp.reduceOnIdle=true +tunnel.5.option.i2cp.reduceQuantity=1 tunnel.5.option.i2p.streaming.connectDelay=1000 tunnel.5.startOnLoad=true tunnel.5.targetDestination=pop.postman.i2p