From 8b557d2557929496a7b6ac56f963f1d0e94fcc0c Mon Sep 17 00:00:00 2001 From: zzz Date: Thu, 12 Jan 2023 16:23:04 -0500 Subject: [PATCH] Move deprecated RI options to a separate list --- .../pages/site/docs/how/network-database.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/i2p2www/pages/site/docs/how/network-database.html b/i2p2www/pages/site/docs/how/network-database.html index c00b484b..fd9aeaf0 100644 --- a/i2p2www/pages/site/docs/how/network-database.html +++ b/i2p2www/pages/site/docs/how/network-database.html @@ -61,10 +61,6 @@ to be present: "Shared bandwidth" == (share %) * min(in bw, out bw)
For compatibility with older routers, a router may publish multiple bandwidth letters, for example "PO". - -
  • coreVersion -({% trans %}The core library version, always the same as the router version{% endtrans %}) -(Never used, removed in release 0.9.24)
  • netId = 2 ({% trans %}Basic network compatibility - A router will refuse to communicate with a peer having a different netId{% endtrans %}) @@ -72,13 +68,21 @@ For compatibility with older routers, a router may publish multiple bandwidth le
  • router.version ({% trans %}Used to determine compatibility with newer features and messages{% endtrans %})
  • -
  • stat_uptime = 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 uptime was more than 60m{% endtrans %}) + + +Deprecated options: + + + +

    {% trans -%} These values are used by other routers for basic decisions. Should we connect to this router? Should we attempt to route a tunnel through this router?