From ce2acb8dab152cf1f7a0632930dd1f8f20d2c45e Mon Sep 17 00:00:00 2001 From: zzz Date: Mon, 11 Oct 2010 16:11:49 +0000 Subject: [PATCH] messageReliability=none --- www.i2p2/pages/i2cp.html | 3 ++- www.i2p2/pages/i2cp_spec.html | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/www.i2p2/pages/i2cp.html b/www.i2p2/pages/i2cp.html index 30bdfb2b..8a40c9c8 100644 --- a/www.i2p2/pages/i2cp.html +++ b/www.i2p2/pages/i2cp.html @@ -105,7 +105,8 @@ a SessionConfig contained in a < two routers should not be in the same tunnel. 0 to disable. i2cp.dontPublishLeaseSet true, false falseShould generally be set to true for clients and false for servers -i2cp.messageReliability  BestEffort, GuaranteedBestEffortGuaranteed is disabled +i2cp.messageReliability  BestEffort, Guaranteed, NoneBestEffortGuaranteed is disabled; + None implemented in 0.8.1; the streaming lib default is None as of 0.8.1 explicitPeers  nullComma-separated list of Base 64 Hashes of peers to build tunnels through; for debugging only

diff --git a/www.i2p2/pages/i2cp_spec.html b/www.i2p2/pages/i2cp_spec.html index 23fb0082..983a0241 100644 --- a/www.i2p2/pages/i2cp_spec.html +++ b/www.i2p2/pages/i2cp_spec.html @@ -95,7 +95,10 @@ Bandwidth Limits Message <--------------------- (succeeded) {% endfilter %} - +

+Note: As of release 0.8.1, the router does not send either Message Status Message if +i2cp.messageReliability=none. +

@@ -798,6 +801,8 @@ That message will contain the same nonce sent here. Later on, based on the delivery guarantees of the session configuration, the router may additionally send back another MessageStatusMessage updating the status. +Note: As of release 0.8.1, the router does not send either Message Status Message if +i2cp.messageReliability=none.