diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-08 19:23:49 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-08 19:23:49 -0500 |
commit | e4ef9f7491ed1495869692b57644885f9772bef5 (patch) | |
tree | 63bbf5e09e64160b1e0f4c8aa7ae0df04ec179cf /changes/bug20085 | |
parent | 89ec191b6885d8e65f7cbdf1a56e2627c3aec75a (diff) | |
download | tor-e4ef9f7491ed1495869692b57644885f9772bef5.tar.gz tor-e4ef9f7491ed1495869692b57644885f9772bef5.zip |
In torrc.sample.in, note that bandwidth must be >=75 KB.
Queue a corresponding change for torrc.minimal.in.
Closes ticket 20085.
Diffstat (limited to 'changes/bug20085')
-rw-r--r-- | changes/bug20085 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug20085 b/changes/bug20085 new file mode 100644 index 0000000000..fd10e7eeeb --- /dev/null +++ b/changes/bug20085 @@ -0,0 +1,4 @@ + o Documentation: + - Correct the minimum bandwidth value in torrc.sample, and queue a + corresponding change for torrc.minimal. Closes ticket 20085. + |