diff options
author | David Goulet <dgoulet@torproject.org> | 2016-10-23 10:57:06 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2016-10-23 10:59:55 -0400 |
commit | 59247314d511022d9d2ec6b3b7c6d6263e72f44c (patch) | |
tree | 65d876976285c4564f4aa9136cf997fbbf0efff3 /changes | |
parent | d1bcba19a9790a37680b711e910152a293961d82 (diff) | |
download | tor-59247314d511022d9d2ec6b3b7c6d6263e72f44c.tar.gz tor-59247314d511022d9d2ec6b3b7c6d6263e72f44c.zip |
man: Fix default value of AuthDirGuardBWGuarantee to 2MB
Closes #20435
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20435 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug20435 b/changes/bug20435 new file mode 100644 index 0000000000..4fd7eb71d6 --- /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. |