forked from I2P_Developers/i2p.www
Transports:
- Add RouterAddress specs - Explain 'semireliable' NetDB: - BC are not in the RI caps, only the SSU RA caps - Update published stats
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}{% trans %}The Network Database{% endtrans %}{% endblock %}
|
||||
{% block lastupdated %}{% trans %}June 2014{% endtrans %}{% endblock %}
|
||||
{% block accuratefor %}0.9.14{% endblock %}
|
||||
{% block lastupdated %}{% trans %}September 2014{% endtrans %}{% endblock %}
|
||||
{% block accuratefor %}0.9.15{% endblock %}
|
||||
{% block content %}
|
||||
<h2>{% trans %}Overview{% endtrans %}</h2>
|
||||
|
||||
@@ -44,8 +44,6 @@ to be present:
|
||||
<li><b>caps</b>
|
||||
({% trans %}Capabilities flags - used to indicate floodfill participation, approximate bandwidth, and perceived reachability{% endtrans %})
|
||||
<ul>
|
||||
<li><b>B</b>: {% trans %}SSU Testing{% endtrans %}</li>
|
||||
<li><b>C</b>: {% trans %}SSU Introducer{% endtrans %}</li>
|
||||
<li><b>f</b>: {% trans %}Floodfill{% endtrans %}</li>
|
||||
<li><b>H</b>: {% trans %}Hidden{% endtrans %}</li>
|
||||
<li><b>K</b>: {% trans amount='12KBps' %}Under {{amount }} shared bandwidth{% endtrans %}</li>
|
||||
@@ -60,6 +58,7 @@ to be present:
|
||||
</li>
|
||||
<li><b>coreVersion</b>
|
||||
({% trans %}The core library version, always the same as the router version{% endtrans %})
|
||||
(Unused, scheduled to be removed in 0.9.16)
|
||||
</li>
|
||||
<li><b>netId</b> = 2
|
||||
({% trans %}Basic network compatibility - A router will refuse to communicate with a peer having a different netId{% endtrans %})
|
||||
@@ -70,6 +69,7 @@ to be present:
|
||||
<li><b>stat_uptime</b> = 90m
|
||||
({% trans %}Always sent as 90m, for compatibility with an older scheme where routers published their actual uptime,
|
||||
and only sent tunnel requests to peers whose was more than 60m{% endtrans %})
|
||||
(Unused, scheduled to be removed in 0.9.16)
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -94,10 +94,14 @@ with the side-effects that could result from revealing this data.
|
||||
Current statistics are limited to:
|
||||
{%- endtrans %}</p>
|
||||
<ul>
|
||||
<li>{% trans %}Client and exploratory tunnel build success, reject, and timeout rates{% endtrans %}
|
||||
<li>{% trans %}Exploratory tunnel build success, reject, and timeout rates{% endtrans %}
|
||||
<li>{% trans %}1 hour average number of participating tunnels{% endtrans %}
|
||||
</ul>
|
||||
|
||||
<p>{% trans -%}
|
||||
Floodfill routers publish additional data on the number of entries in their network database.
|
||||
{%- endtrans %}</p>
|
||||
|
||||
<p>{% trans -%}
|
||||
The data published can be seen in the router's user interface,
|
||||
but is not used or trusted within the router.
|
||||
|
Reference in New Issue
Block a user