[tor-commits] [sbws/master] docs: Add Tor bandwidth files documentation

juga at torproject.org juga at torproject.org
Sat Feb 23 10:57:26 UTC 2019


commit b01ce3ddb367b78e0328168c815750baa402a6a1
Author: juga0 <juga at 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





More information about the tor-commits mailing list