diff options
author | Nima Fatemi <mrphs@riseup.net> | 2015-06-15 23:12:52 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-10-30 10:51:29 -0400 |
commit | e6888e214400d813b346dd62055ab006d4496212 (patch) | |
tree | 077f8f5190749af4dbf8539d64bfbb07b152c874 /doc | |
parent | 1385ab0605d8d5dfb441b74bdd324b10790499cd (diff) | |
download | tor-e6888e214400d813b346dd62055ab006d4496212.tar.gz tor-e6888e214400d813b346dd62055ab006d4496212.zip |
Bump up minimum BandwidthRate from 30KB to 250KBytes - Fixes #16382
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index e2d33e7f8c..6ae85feaa7 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -143,8 +143,8 @@ GENERAL OPTIONS A token bucket limits the average incoming bandwidth usage on this node to the specified number of bytes per second, and the average outgoing bandwidth usage to that same value. If you want to run a relay in the - public network, this needs to be _at the very least_ 30 KBytes (that is, - 30720 bytes). (Default: 1 GByte) + + public network, this needs to be _at the very least_ 250 KBytes (that is, + 2 mbit). (Default: 1 GByte) + + With this option, and in other options that take arguments in bytes, KBytes, and so on, other formats are also supported. Notably, "KBytes" can |