From 1c314cc8836b1eee1fc130da7ced06a7bfa68836 Mon Sep 17 00:00:00 2001 From: zzz Date: Thu, 19 Mar 2020 17:21:28 +0000 Subject: [PATCH] Document i2cp.newDestOnResume i2ptunnel option --- i2p2www/spec/configuration.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/i2p2www/spec/configuration.rst b/i2p2www/spec/configuration.rst index e13526f9..9c57d655 100644 --- a/i2p2www/spec/configuration.rst +++ b/i2p2www/spec/configuration.rst @@ -2,8 +2,8 @@ Configuration File Specification ================================ .. meta:: - :lastupdated: September 2019 - :accuratefor: 0.9.43 + :lastupdated: March 2020 + :accuratefor: 0.9.45 .. contents:: @@ -267,6 +267,9 @@ Properties are as follows:: # Servers only. Persistent private leaseset key tunnel.N.option.i2cp.leaseSetSigningPrivateKey=sigtype:base64 + # Clients only. Create a new destination when reopening the socket manager + tunnel.N.option.i2cp.newDestOnResume=true|false + # Servers only. The maximum size of the thread pool, default 65. Ignored # for standard servers. tunnel.N.option.i2ptunnel.blockingHandlerCount=nnn