persistent random key

This commit is contained in:
zzz
2014-11-09 01:27:05 +00:00
parent ed85e5d2ad
commit e1ca84769d

View File

@@ -1,7 +1,7 @@
{% extends "global/layout.html" %}
{% block title %}I2CP{% endblock %}
{% block lastupdated %}{% trans %}June 2014{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.13{% endblock %}
{% block lastupdated %}{% trans %}November 2014{% endtrans %}{% endblock %}
{% block accuratefor %}0.9.17{% endblock %}
{% block content %}
<p>{% trans -%}
The I2P Client Protocol (I2CP) exposes a strong separation of concerns between
@@ -371,6 +371,25 @@ incompatible with older releases.
<td>{% trans %}Number of tunnels out{% endtrans %}</td>
</tr>
<tr>
<td>inbound.randomKey
<td>0.9.17</td>
<td>Base 64 encoding of 32 random bytes</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td rowspan="2">{% trans -%}
Used for consistent peer ordering across restarts.
{%- endtrans %}</td>
</tr>
<tr>
<td>outbound.randomKey
<td>0.9.17</td>
<td>Base 64 encoding of 32 random bytes</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>inbound.*
<td>&nbsp;</td>