forked from I2P_Developers/i2p.www
persistent random key
This commit is contained in:
@@ -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> </td>
|
||||
<td> </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> </td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>inbound.*
|
||||
<td> </td>
|
||||
|
Reference in New Issue
Block a user