forked from I2P_Developers/i2p.www
Added caps definitions
This commit is contained in:
@@ -43,6 +43,20 @@ to be present:
|
||||
<ul>
|
||||
<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>
|
||||
<li><b>L</b>: {% trans amount='12 - 32KBps' %}{{ amount }} shared bandwidth{% endtrans %} ({% trans %}default{% endtrans %})</li>
|
||||
<li><b>M</b>: {% trans amount='32 - 64KBps' %}{{ amount }} shared bandwidth{% endtrans %}</li>
|
||||
<li><b>N</b>: {% trans amount='64 - 128KBps' %}{{ amount }} shared bandwidth{% endtrans %}</li>
|
||||
<li><b>O</b>: {% trans amount='128KBps' %}Over {{ amount }} shared bandwidth{% endtrans %}</li>
|
||||
<li><b>R</b>: {% trans %}Reachable{% endtrans %}</li>
|
||||
<li><b>U</b>: {% trans %}Unreachable{% endtrans %}</li>
|
||||
</ul>
|
||||
"Shared bandwidth" == (share %) * min(in bw, out bw)
|
||||
</li>
|
||||
<li><b>coreVersion</b>
|
||||
({% trans %}The core library version, always the same as the router version{% endtrans %})
|
||||
|
Reference in New Issue
Block a user