commit 59247314d511022d9d2ec6b3b7c6d6263e72f44c Author: David Goulet dgoulet@torproject.org Date: Sun Oct 23 10:57:06 2016 -0400
man: Fix default value of AuthDirGuardBWGuarantee to 2MB
Closes #20435
Signed-off-by: David Goulet dgoulet@torproject.org --- changes/bug20435 | 4 ++++ doc/tor.1.txt | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/changes/bug20435 b/changes/bug20435 new file mode 100644 index 0000000..4fd7eb7 --- /dev/null +++ b/changes/bug20435 @@ -0,0 +1,4 @@ + o Documentation (man page): + - Set the default value from 250 KBytes to 2 MBytes for + AuthDirGuardBWGuarantee in the man page which is what the code is using; + bugfix on tor-0.2.5.6-alpha; Closes ticket 20345. diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 9d8b631..221c798 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2248,7 +2248,7 @@ on the public Tor network. [[AuthDirGuardBWGuarantee]] **AuthDirGuardBWGuarantee** __N__ **bytes**|**KBytes**|**MBytes**|**GBytes**|**KBits**|**MBits**|**GBits**:: 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 KBytes) + for the Guard flag. (Default: 2 MBytes)
[[AuthDirPinKeys]] **AuthDirPinKeys** **0**|**1**:: Authoritative directories only. If non-zero, do not allow any relay to
tor-commits@lists.torproject.org