diff --git a/i2p2www/pages/site/docs/api/samv3.html b/i2p2www/pages/site/docs/api/samv3.html index 564cce70..f33dfc10 100644 --- a/i2p2www/pages/site/docs/api/samv3.html +++ b/i2p2www/pages/site/docs/api/samv3.html @@ -1,6 +1,6 @@ {% extends "global/layout.html" %} {% block title %}SAM V3{% endblock %} -{% block lastupdated %}February 2016{% endblock %} +{% block lastupdated %}April 2016{% endblock %} {% block accuratefor %}0.9.25{% endblock %} {% block content %}
Specified below is a simple client protocol for interacting with I2P. @@ -101,8 +101,7 @@ Version 3.2 was introduced in I2P release 0.9.24.
-The version 3.3 changes listed below are preliminary. -Scheduled for I2P release 0.9.25. +Version 3.3 was introduced in I2P release 0.9.25.
-Version 3.3 is scheduled for I2P release 0.9.25. -The specification below is preliminary and subject to change. +Version 3.3 was introduced in I2P release 0.9.25.
diff --git a/i2p2www/pages/site/docs/transport/ssu.html b/i2p2www/pages/site/docs/transport/ssu.html index 2a7e1269..b2f96c9f 100644 --- a/i2p2www/pages/site/docs/transport/ssu.html +++ b/i2p2www/pages/site/docs/transport/ssu.html @@ -1,7 +1,7 @@ {% extends "global/layout.html" %} {% block title %}{% trans %}Secure Semireliable UDP{% endtrans %} (SSU){% endblock %} -{% block lastupdated %}{% trans %}September 2014{% endtrans %}{% endblock %} -{% block accuratefor %}0.9.15{% endblock %} +{% block lastupdated %}{% trans %}April 2016{% endtrans %}{% endblock %} +{% block accuratefor %}0.9.25{% endblock %} {% block content %}
{% trans transports=site_url('docs/transport'), ntcp=site_url('docs/transport/ntcp') -%} @@ -313,10 +313,11 @@ In this message, the 4-byte message ID is set to a random number, and the
{% trans i2npspec=site_url('docs/spec/i2np'), commonstructures=site_url('docs/spec/common-structures') -%} -After the status message is sent, the peers exchange +After the status message is sent, the peers usually exchange DatabaseStore messages containing their -RouterInfos. +RouterInfos, +however, this is not required. {%- endtrans %}
{% trans -%} diff --git a/i2p2www/spec/ssu.rst b/i2p2www/spec/ssu.rst index f60d822a..0b7bdf63 100644 --- a/i2p2www/spec/ssu.rst +++ b/i2p2www/spec/ssu.rst @@ -3,8 +3,8 @@ SSU Protocol Specification ========================== .. meta:: :category: Transports - :lastupdated: November 2015 - :accuratefor: 0.9.24 + :lastupdated: April 2016 + :accuratefor: 0.9.25 .. contents:: @@ -322,7 +322,7 @@ Typical size including header, in current implementation: 304 (IPv4) or 320 Extended options ```````````````` -*Note: This is a proposal, to be implemented in 0.9.24. Subject to change.* +*Note: Implemented in 0.9.24. * Minimum length: 3 (option length byte + 2 bytes)