* I2PTunnel:

- Make reduce-on-idle the default for all the shared clients
        for new installs (15m)
This commit is contained in:
zzz
2009-07-11 17:59:32 +00:00
parent 0b590763f3
commit b6e24b5094

View File

@ -10,6 +10,9 @@ tunnel.0.i2cpHost=127.0.0.1
tunnel.0.i2cpPort=7654 tunnel.0.i2cpPort=7654
tunnel.0.option.inbound.nickname=shared clients tunnel.0.option.inbound.nickname=shared clients
tunnel.0.option.outbound.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.option.i2p.streaming.connectDelay=1000
tunnel.0.startOnLoad=true tunnel.0.startOnLoad=true
@ -25,6 +28,9 @@ tunnel.1.i2cpHost=127.0.0.1
tunnel.1.i2cpPort=7654 tunnel.1.i2cpPort=7654
tunnel.1.option.inbound.nickname=shared clients tunnel.1.option.inbound.nickname=shared clients
tunnel.1.option.outbound.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.connectDelay=1000
tunnel.1.option.i2p.streaming.maxWindowSize=16 tunnel.1.option.i2p.streaming.maxWindowSize=16
tunnel.1.startOnLoad=true tunnel.1.startOnLoad=true
@ -41,6 +47,9 @@ tunnel.2.i2cpHost=127.0.0.1
tunnel.2.i2cpPort=7654 tunnel.2.i2cpPort=7654
tunnel.2.option.inbound.nickname=shared clients tunnel.2.option.inbound.nickname=shared clients
tunnel.2.option.outbound.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 tunnel.2.startOnLoad=false
# local eepserver # local eepserver
@ -70,6 +79,9 @@ tunnel.4.listenPort=7659
tunnel.4.name=smtp.postman.i2p tunnel.4.name=smtp.postman.i2p
tunnel.4.option.inbound.nickname=shared clients tunnel.4.option.inbound.nickname=shared clients
tunnel.4.option.outbound.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.option.i2p.streaming.connectDelay=1000
tunnel.4.startOnLoad=true tunnel.4.startOnLoad=true
tunnel.4.targetDestination=smtp.postman.i2p tunnel.4.targetDestination=smtp.postman.i2p
@ -85,6 +97,9 @@ tunnel.5.interface=127.0.0.1
tunnel.5.listenPort=7660 tunnel.5.listenPort=7660
tunnel.5.option.inbound.nickname=shared clients tunnel.5.option.inbound.nickname=shared clients
tunnel.5.option.outbound.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.option.i2p.streaming.connectDelay=1000
tunnel.5.startOnLoad=true tunnel.5.startOnLoad=true
tunnel.5.targetDestination=pop.postman.i2p tunnel.5.targetDestination=pop.postman.i2p