Plugins: Document new icon-code configuration for 0.9.25 (ticket #1550, thx cacapo!)

I2CP: Reserve codes for experimental protocols
Roadmap: Push out GMP 6 to 0.9.25
This commit is contained in:
zzz
2016-02-06 14:03:38 +00:00
parent cf529a7b9a
commit f49a290f7e
3 changed files with 19 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
{% extends "global/layout.html" %}
{% block title %}I2CP{% endblock %}
{% block lastupdated %}{% trans %}December 2014{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.17{% endblock %}
{% block lastupdated %}{% trans %}Fegruary 2016{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.24{% endblock %}
{% block content %}
<p>{% trans -%}
The I2P Client Protocol (I2CP) exposes a strong separation of concerns between
@@ -709,6 +709,11 @@ turns the gzip effort setting to 0, which may save a little CPU.
</tr>
</table>
<p>
Note: I2P protocol numbers 224-254 are reserved for experimental protocols.
I2P protocol number 255 is reserved for future expansion.
</p>
<p>{% trans -%}
Data integrity is verified with the standard gzip CRC-32 as
specified by <a href="http://www.ietf.org/rfc/rfc1952.txt">RFC 1952</a>.