From 2d49dc8aee0db50bfe94b2dbb1cf32aff9b45311 Mon Sep 17 00:00:00 2001 From: zzz Date: Tue, 28 Jan 2014 15:24:44 +0000 Subject: [PATCH] Section headers, update info on large leasesets --- i2p2www/pages/site/docs/protocol/i2cp.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/i2p2www/pages/site/docs/protocol/i2cp.html b/i2p2www/pages/site/docs/protocol/i2cp.html index 15a7687a..99ce1c8d 100644 --- a/i2p2www/pages/site/docs/protocol/i2cp.html +++ b/i2p2www/pages/site/docs/protocol/i2cp.html @@ -89,6 +89,7 @@ The client may now initiate or receive connections from other I2P destinations. {%- endtrans %}

{% trans %}I2CP Options{% endtrans %}

+

{% trans %}Router-side Options{% endtrans %}

{% trans i2cp=site_url('docs/spec/i2cp') -%} The following options are traditionally passed to the router via a SessionConfig contained in a CreateSession Message or a ReconfigureSession Message. @@ -344,8 +345,8 @@ Higher is higher priority. 2 {% trans -%} Number of tunnels in. -Limit was increased from 6 to 16 in release 0.9; however, numbers higher than 6 are not -currently recommended, as this is untested and is incompatible with older releases. +Limit was increased from 6 to 16 in release 0.9; however, numbers higher than 6 are +incompatible with older releases. {%- endtrans %} @@ -430,6 +431,7 @@ Since options are encoded in a Map all option names and values are limited to 255 bytes (not characters) maximum. {%- endtrans %}

+

{% trans %}Client-side Options{% endtrans %}

{% trans -%} The following options are interpreted on the client side, and will be interpreted if passed to the I2PSession via the I2PClient.createSession() call.