summaryrefslogtreecommitdiff
path: root/src/config/torrc.sample.in
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2014-09-10 17:18:34 +0200
committerNick Mathewson <nickm@torproject.org>2014-09-16 12:03:47 -0400
commit64f65f23594f4ae9c0afae62c5567a51848a7bd5 (patch)
tree55b9db0299d89afc780e3171677cc8f1a0312783 /src/config/torrc.sample.in
parentdb9886b3e7685ced20616c7356e19201f83126e2 (diff)
downloadtor-64f65f23594f4ae9c0afae62c5567a51848a7bd5.tar.gz
tor-64f65f23594f4ae9c0afae62c5567a51848a7bd5.zip
torrc.sample: Fix units
Diffstat (limited to 'src/config/torrc.sample.in')
-rw-r--r--src/config/torrc.sample.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index 0992a52300..bde800fd23 100644
--- a/src/config/torrc.sample.in
+++ b/src/config/torrc.sample.in
@@ -101,11 +101,12 @@
## 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.
+## be at least 20 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.
#RelayBandwidthRate 100 KBytes # Throttle traffic to 100KB/s (800Kbps)
-#RelayBandwidthBurst 200 KBytes # But allow bursts up to 200KB/s (1600Kbps)
+#RelayBandwidthBurst 200 KBytes # But allow bursts up to 200KB (1600Kb)
## Use these to restrict the maximum traffic per day, week, or month.
## Note that this threshold applies separately to sent and received bytes,