diff options
Diffstat (limited to 'src/config/torrc.bridge.in')
-rw-r--r-- | src/config/torrc.bridge.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/torrc.bridge.in b/src/config/torrc.bridge.in index 927c7bbba..b7b7e050b 100644 --- a/src/config/torrc.bridge.in +++ b/src/config/torrc.bridge.in @@ -96,6 +96,8 @@ Nickname Unnamed ## 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) RelayBandwidthBurst 10485760 |