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 /src/config/torrc.sample.in | |
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 'src/config/torrc.sample.in')
-rw-r--r-- | src/config/torrc.sample.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index d4dfd5f6bb..5328206da9 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. |