diff --git a/i2p2www/pages/site/docs/how/network-database.html b/i2p2www/pages/site/docs/how/network-database.html index 1fed6628..6f9a09ec 100644 --- a/i2p2www/pages/site/docs/how/network-database.html +++ b/i2p2www/pages/site/docs/how/network-database.html @@ -1,7 +1,7 @@ {% extends "global/layout.html" %} {% block title %}{% trans %}The Network Database{% endtrans %}{% endblock %} -{% block lastupdated %}2024-04{% endblock %} -{% block accuratefor %}0.9.62{% endblock %} +{% block lastupdated %}2025-03{% endblock %} +{% block accuratefor %}0.9.65{% endblock %} {% block content %}

{% trans %}Overview{% endtrans %}

@@ -56,14 +56,16 @@ to be present:
  • M: {% trans amount='48 - 64 KBps' %}{{ amount }} shared bandwidth{% endtrans %}
  • N: {% trans amount='64 - 128 KBps' %}{{ amount }} shared bandwidth{% endtrans %}
  • O: {% trans amount='128 - 256 KBps' %}{{ amount }} shared bandwidth{% endtrans %}
  • -
  • P: {% trans amount='256 - 2000 KBps' %}{{ amount }} shared bandwidth{% endtrans %} (as of release 0.9.20)
  • +
  • P: {% trans amount='256 - 2000 KBps' %}{{ amount }} shared bandwidth{% endtrans %} (as of release 0.9.20, see note below)
  • R: {% trans %}Reachable{% endtrans %}
  • U: {% trans %}Unreachable{% endtrans %}
  • -
  • X: {% trans amount='2000 KBps' %}Over {{ amount }} shared bandwidth{% endtrans %} (as of release 0.9.20)
  • +
  • X: {% trans amount='2000 KBps' %}Over {{ amount }} shared bandwidth{% endtrans %} (as of release 0.9.20, see note below)
  • "Shared bandwidth" == (share %) * min(in bw, out bw)
    For compatibility with older routers, a router may publish multiple bandwidth letters, for example "PO". +
    +Note: the boundary between the P and X bandwidth classes may be either 2000 or 2048 KBps, implementor's choice.
  • netId = 2 ({% trans %}Basic network compatibility - A router will refuse to communicate with a peer having a different netId{% endtrans %})