[tor-commits] [tor/maint-0.2.9] In torrc.sample.in, note that bandwidth must be >=75 KB.

nickm at torproject.org nickm at torproject.org
Wed Nov 9 00:25:51 UTC 2016


commit e4ef9f7491ed1495869692b57644885f9772bef5
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Nov 8 19:23:49 2016 -0500

    In torrc.sample.in, note that bandwidth must be >=75 KB.
    
    Queue a corresponding change for torrc.minimal.in.
    
    Closes ticket 20085.
---
 changes/bug20085                    | 4 ++++
 src/config/torrc.minimal.in-staging | 2 +-
 src/config/torrc.sample.in          | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/changes/bug20085 b/changes/bug20085
new file mode 100644
index 0000000..fd10e7e
--- /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.
+
diff --git a/src/config/torrc.minimal.in-staging b/src/config/torrc.minimal.in-staging
index 5fa37c1..c537c51 100644
--- a/src/config/torrc.minimal.in-staging
+++ b/src/config/torrc.minimal.in-staging
@@ -105,7 +105,7 @@
 
 ## 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.
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index d4dfd5f..5328206 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -104,7 +104,7 @@
 
 ## 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.



More information about the tor-commits mailing list