From a4f4d86008a737611a88cb72ff9f13db24068842 Mon Sep 17 00:00:00 2001 From: zzz Date: Sat, 7 Jun 2014 13:12:15 +0000 Subject: [PATCH] I2CP updates --- i2p2www/pages/site/docs/protocol/i2cp.html | 16 ++++++++++++++-- i2p2www/pages/site/docs/spec/i2cp.html | 12 ++++++------ 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/i2p2www/pages/site/docs/protocol/i2cp.html b/i2p2www/pages/site/docs/protocol/i2cp.html index 99ce1c8d..c7cdd74a 100644 --- a/i2p2www/pages/site/docs/protocol/i2cp.html +++ b/i2p2www/pages/site/docs/protocol/i2cp.html @@ -1,7 +1,7 @@ {% extends "global/layout.html" %} {% block title %}I2CP{% endblock %} -{% block lastupdated %}{% trans %}January 2014{% endtrans %}{% endblock %} -{% block accuratefor %}0.9.10{% endblock %} +{% block lastupdated %}{% trans %}June 2014{% endtrans %}{% endblock %} +{% block accuratefor %}0.9.13{% endblock %} {% block content %}

{% trans -%} The I2P Client Protocol (I2CP) exposes a strong separation of concerns between @@ -108,6 +108,18 @@ a SessionConfig contained in a {% trans %}Description{% endtrans %} + +clientMessageTimeout +  +  +8*1000 - 120*1000 +60*1000 +{% trans -%} +The timeout (ms) for all sent messages. Unused. +See the protocol specification for per-message settings. +{%- endtrans %} + + crypto.lowTagThreshold 0.9.2 diff --git a/i2p2www/pages/site/docs/spec/i2cp.html b/i2p2www/pages/site/docs/spec/i2cp.html index 6cb54d7e..ba0433e0 100644 --- a/i2p2www/pages/site/docs/spec/i2cp.html +++ b/i2p2www/pages/site/docs/spec/i2cp.html @@ -1,7 +1,7 @@ {% extends "global/layout.html" %} {% block title %}I2CP Specification{% endblock %} -{% block lastupdated %}March 2014{% endblock %} -{% block accuratefor %}0.9.12{% endblock %} +{% block lastupdated %}June 2014{% endblock %} +{% block accuratefor %}0.9.13{% endblock %} {% block content %}

Overview

@@ -664,7 +664,7 @@ The version string is included as of release 0.8.7. This is only useful if the client and router are not in the same JVM. If it is not present, the client is version 0.8.6 or earlier.

  • -Preliminary: As of release 0.9.11, the authentication +As of release 0.9.11, the authentication Mapping may be included, with the keys i2cp.username and i2cp.password. The Mapping need not be sorted as this message is not signed. @@ -711,7 +711,7 @@ host name

    Notes