diff --git a/www.i2p2/pages/how_garlicrouting.html b/www.i2p2/pages/how_garlicrouting.html index 6fba2314..0f1ea0e0 100644 --- a/www.i2p2/pages/how_garlicrouting.html +++ b/www.i2p2/pages/how_garlicrouting.html @@ -248,7 +248,7 @@ see Section 8.1.1 authored by
  • Garlic Routing on Wikipedia
  • -I2P Meeting 58 (2003) discussing the implementation of garlic routing +I2P Meeting 58 (2003) discussing the implementation of garlic routing
  • Tor
  • 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.