Browse Source

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.
Roger Dingledine 11 years ago
parent
commit
97dbff51e6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/tor.1.txt

+ 2 - 2
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