[tor-commits] [tor/maint-0.2.2] man page entries for AuthDir{Fast, GuardBW}Guarantee

arma at torproject.org arma at torproject.org
Mon Nov 21 23:33:51 UTC 2011


commit 97a209ea28f1b64fba51157e3e695c676eb0cf8e
Author: Roger Dingledine <arma at torproject.org>
Date:   Mon Nov 21 18:32:32 2011 -0500

    man page entries for AuthDir{Fast,GuardBW}Guarantee
---
 doc/tor.1.txt |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 703cc82..d91f873 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -1284,6 +1284,16 @@ DIRECTORY AUTHORITY SERVER OPTIONS
     Authoritative directories only. Like AuthDirMaxServersPerAddr, but applies
     to addresses shared with directory authorities. (Default: 5)
 
+**AuthDirFastGuarantee** __N__ **bytes**|**KB**|**MB**|**GB**::
+    Authoritative directories only. If non-zero, always vote the
+    Fast flag for any relay advertising this amount of capacity or
+    more. (Default: 20 KB)
+
+**AuthDirGuardBWGuarantee** __N__ **bytes**|**KB**|**MB**|**GB**::
+    Authoritative directories only. If non-zero, this advertised capacity
+    or more is always sufficient to satisfy the bandwidth requirement
+    for the Guard flag. (Default: 250 KB)
+
 **BridgePassword** __Password__::
     If set, contains an HTTP authenticator that tells a bridge authority to
     serve all requested bridge information.  Used for debugging.  (Default:



More information about the tor-commits mailing list