commit b01ce3ddb367b78e0328168c815750baa402a6a1 Author: juga0 juga@riseup.net Date: Tue Feb 12 11:20:35 2019 +0000
docs: Add Tor bandwidth files documentation --- docs/source/tor_bandwidth_files.rst | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+)
diff --git a/docs/source/tor_bandwidth_files.rst b/docs/source/tor_bandwidth_files.rst new file mode 100644 index 0000000..94aaae7 --- /dev/null +++ b/docs/source/tor_bandwidth_files.rst @@ -0,0 +1,32 @@ +How bandwidth files are shown in the Tor network +================================================= + +Directory authorities' votes +----------------------------- + +moria, using Tor 0.3.5.7: + +.. code:: text + + bandwidth-file-headers timestamp=1548181637 + +https://collector.torproject.org/recent/relay-descriptors/votes/ + +To appear in Tor v0.4.1.x: + +.. code:: text + + bandwidth-file-digest sha256=01234567890123456789abcdefghijkl + +https://trac.torproject.org/projects/tor/ticket/26698 + +Directory authorities' bandwidth file URL +----------------------------------------- + +To appear in Tor v0.4.1.x: + +.. code:: text + + /tor/status-vote/next/bandwidth.z + +https://trac.torproject.org/projects/tor/ticket/21377