Add congestion caps to netdb doc

This commit is contained in:
zzz
2023-11-05 12:43:31 -05:00
parent 7053ae1db3
commit 496b65274a

View File

@ -1,7 +1,7 @@
{% extends "global/layout.html" %}
{% block title %}{% trans %}The Network Database{% endtrans %}{% endblock %}
{% block lastupdated %}2023-01{% endblock %}
{% block accuratefor %}0.9.57{% endblock %}
{% block lastupdated %}2023-11{% endblock %}
{% block accuratefor %}0.9.59{% endblock %}
{% block content %}
<h2>{% trans %}Overview{% endtrans %}</h2>
@ -46,7 +46,10 @@ to be present:
<li><b>caps</b>
({% trans %}Capabilities flags - used to indicate floodfill participation, approximate bandwidth, and perceived reachability{% endtrans %})
<ul>
<li><b>D</b>: Medium congestion (as of release 0.9.58)</li>
<li><b>E</b>: High congestion (as of release 0.9.58)</li>
<li><b>f</b>: {% trans %}Floodfill{% endtrans %}</li>
<li><b>G</b>: Rejecting all tunnels (as of release 0.9.58)</li>
<li><b>H</b>: {% trans %}Hidden{% endtrans %}</li>
<li><b>K</b>: {% trans amount='12 KBps' %}Under {{amount }} shared bandwidth{% endtrans %}</li>
<li><b>L</b>: {% trans amount='12 - 48 KBps' %}{{ amount }} shared bandwidth{% endtrans %} ({% trans %}default{% endtrans %})</li>