]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
In torrc.sample.in, note that bandwidth must be >=75 KB.
authorNick Mathewson <nickm@torproject.org>
Wed, 9 Nov 2016 00:23:49 +0000 (19:23 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 9 Nov 2016 00:23:49 +0000 (19:23 -0500)
Queue a corresponding change for torrc.minimal.in.

Closes ticket 20085.

changes/bug20085 [new file with mode: 0644]
src/config/torrc.minimal.in-staging
src/config/torrc.sample.in

diff --git a/changes/bug20085 b/changes/bug20085
new file mode 100644 (file)
index 0000000..fd10e7e
--- /dev/null
@@ -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.
+
index 5fa37c18f042f8a886c02ceabb9aa5cac921c0e3..c537c51f9b3d42a1cd49b648615de873de78bfe3 100644 (file)
 
 ## Define these to limit how much relayed traffic you will allow. Your
 ## own traffic is still unthrottled. Note that RelayBandwidthRate must
-## be at least 20 kilobytes per second.
+## be at least 75 kilobytes per second.
 ## Note that units for these config options are bytes (per second), not
 ## bits (per second), and that prefixes are binary prefixes, i.e. 2^10,
 ## 2^20, etc.
index d4dfd5f6bb813b9193b3dff2515a880515b0b1f2..5328206da98d830dac17a6ab049f307a17951213 100644 (file)
 
 ## Define these to limit how much relayed traffic you will allow. Your
 ## own traffic is still unthrottled. Note that RelayBandwidthRate must
-## be at least 20 kilobytes per second.
+## be at least 75 kilobytes per second.
 ## Note that units for these config options are bytes (per second), not
 ## bits (per second), and that prefixes are binary prefixes, i.e. 2^10,
 ## 2^20, etc.