[tor-commits] [tor/master] torrc.sample: Fix units

nickm at torproject.org nickm at torproject.org
Tue Sep 16 16:04:05 UTC 2014


commit 64f65f23594f4ae9c0afae62c5567a51848a7bd5
Author: Peter Palfrader <peter at palfrader.org>
Date:   Wed Sep 10 17:18:34 2014 +0200

    torrc.sample: Fix units
---
 src/config/torrc.minimal.in-staging |    9 +++++----
 src/config/torrc.sample.in          |    9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/src/config/torrc.minimal.in-staging b/src/config/torrc.minimal.in-staging
index 9a087d0..bde800f 100644
--- a/src/config/torrc.minimal.in-staging
+++ b/src/config/torrc.minimal.in-staging
@@ -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 kilobytes
-## 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,
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in
index 0992a52..bde800f 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,



More information about the tor-commits mailing list