aboutsummaryrefslogtreecommitdiff
path: root/src/config/torrc.sample.in
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2012-04-13 20:25:36 +0200
committerRoger Dingledine <arma@torproject.org>2012-04-13 16:33:36 -0400
commit5d7fab947787db42963eb52809e31008d7a6b0e1 (patch)
tree17a9168e6b47b898cf38b62537f1b7608704ecc8 /src/config/torrc.sample.in
parentab338e3bb8220de6c38d2b689f2e9593d256e9c4 (diff)
downloadtor-5d7fab947787db42963eb52809e31008d7a6b0e1.tar
tor-5d7fab947787db42963eb52809e31008d7a6b0e1.tar.gz
Document unit of bandwidth related options in sample torrc.
Diffstat (limited to 'src/config/torrc.sample.in')
-rw-r--r--src/config/torrc.sample.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index 17e3f0b2a..258c12546 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -102,6 +102,8 @@ SocksListenAddress 127.0.0.1 # accept connections only from localhost
## 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 KB.
+## 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.
#RelayBandwidthRate 100 KB # Throttle traffic to 100KB/s (800Kbps)
#RelayBandwidthBurst 200 KB # But allow bursts up to 200KB/s (1600Kbps)