summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2012-09-05 16:40:57 -0400
committerRoger Dingledine <arma@torproject.org>2012-09-05 16:40:57 -0400
commit97dbff51e60273b29d7dc15e4106c600e8efa34e (patch)
tree5157340c6d2354e29b7dcaace66ea50cd91ef4f0
parent9d9ca264ec7505cdaf4a0032eac4489be6a52076 (diff)
downloadtor-97dbff51e60273b29d7dc15e4106c600e8efa34e.tar.gz
tor-97dbff51e60273b29d7dc15e4106c600e8efa34e.zip
Update the minimum bandwidth for a public relay
The current cutoff is 30KB, but in reality a useful cutoff is probably more like 50KB or 100KB.
-rw-r--r--doc/tor.1.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 62259b7268..0bd970965a 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -126,8 +126,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_ 20 KB (that is,
- 20480 bytes). (Default: 5 MB)
+ public network, this needs to be _at the very least_ 30 KB (that is,
+ 30720 bytes). (Default: 5 MB)
**BandwidthBurst** __N__ **bytes**|**KB**|**MB**|**GB**::
Limit the maximum token bucket size (also known as the burst) to the given