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 %}
+
@@ -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.
Bits 15-11: Unused, must be zero
-Bits 10-9: Message Reliability Override (scheduled for release 0.9.11)
+Bits 10-9: Message Reliability Override (Preliminary, unimplemented, subject to change)
+
+
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
Notes
Notes
Field value Description
00 Use session setting i2cp.messageReliabiltiy (default)