[or-cvs] r10107: Document the nonpersistent controller-only options. (in tor/trunk: . doc/spec)

nickm at seul.org nickm at seul.org
Thu May 3 17:43:50 UTC 2007


Author: nickm
Date: 2007-05-03 13:43:49 -0400 (Thu, 03 May 2007)
New Revision: 10107

Modified:
   tor/trunk/
   tor/trunk/doc/spec/control-spec.txt
Log:
 r12642 at catbus:  nickm | 2007-05-03 13:43:24 -0400
 Document the nonpersistent controller-only options.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r12642] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/doc/spec/control-spec.txt
===================================================================
--- tor/trunk/doc/spec/control-spec.txt	2007-05-03 13:58:12 UTC (rev 10106)
+++ tor/trunk/doc/spec/control-spec.txt	2007-05-03 17:43:49 UTC (rev 10107)
@@ -1338,3 +1338,39 @@
   command in both protocol versions, and implementations can detect which
   error they have received.
 
+5.4. Options for use by controllers
+
+  Tor provides a few special configuration options for use by controllers.
+  These options can be set and examined by the SETCONF and GETCONF commands,
+  but are not saved to disk by SAVECONF.
+
+  Generally, these options make Tor unusable by disabling a portion of Tor's
+  normal operations.  Unless a controller provides replacement functionality
+  to fill this gap, Tor will not correctly handle user requests.
+
+  __AllDirOptionsPrivate
+
+    If true, Tor will try to launch all directory operations through
+    anonymous connections.  (Ordinarily, Tor only tries to anonymize
+    requests related to hidden services.)  This option will slow down
+    directory access, and may stop Tor from working entirely if it does not
+    yet have enough directory information to build circuits.
+
+    (Boolean. Default: "0".)
+
+  __DisablePredictedCircuits
+
+    If true, Tor will not launch preemptive "general purpose" circuits for
+    streams to attach to.  (It will still launch circuits for testing and
+    for hidden services.)
+
+    (Boolean. Default: "0".)
+
+  __LeaveStreamsUnattached
+
+    If true, Tor will not automatically attach new streams to circuits;
+    instead, the controller must attach them with ATTACHSTREAM.  If the
+    controller does not attach the streams, their data will never be routed.
+
+    (Boolean. Default: "0".)
+



More information about the tor-commits mailing list