[tor-commits] [torspec/master] Specify the new {desc, md}/download-enabled GETINFO targets

nickm at torproject.org nickm at torproject.org
Thu Jun 29 14:18:02 UTC 2017


commit 378699c6413ab3af19a1c305889860d1cd2e911d
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Jun 21 16:46:19 2017 -0400

    Specify the new {desc,md}/download-enabled GETINFO targets
    
    Specifies ticket 22684.
---
 control-spec.txt | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/control-spec.txt b/control-spec.txt
index 47386df..a19a7af 100644
--- a/control-spec.txt
+++ b/control-spec.txt
@@ -553,6 +553,12 @@
       microdescriptor for a given OR. [First implemented in
       0.2.3.8-alpha.]
 
+    "desc/download-enabled" -- "1" if we try to download router descriptors;
+      "0" otherwise. [First implemented in 0.3.2.1-alpha]
+
+    "md/download-enabled" -- "1" if we try to download microdescriptors;
+      "0" otherwise. [First implemented in 0.3.2.1-alpha]
+
     "dormant" -- A nonnegative integer: zero if Tor is currently active and
       building circuits, and nonzero if Tor has gone idle due to lack of use
       or some similar reason.  [First implemented in 0.2.3.16-alpha]





More information about the tor-commits mailing list