]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Refer to the actual minima and the preferred minimum
authorNick Mathewson <nickm@torproject.org>
Fri, 30 Oct 2015 14:57:47 +0000 (10:57 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 30 Oct 2015 14:57:47 +0000 (10:57 -0400)
changes/bug16382 [new file with mode: 0644]
doc/tor.1.txt

diff --git a/changes/bug16382 b/changes/bug16382
new file mode 100644 (file)
index 0000000..8faee98
--- /dev/null
@@ -0,0 +1,3 @@
+  o Documentation:
+    - Explain actual minima for BandwidthRate. Closes ticket 16382.
+
index 6ae85feaa79907f47b9969fc35132d8a3157a3a7..916433b16414e41eca60bf10bc804702d8d7800c 100644 (file)
@@ -140,11 +140,13 @@ GENERAL OPTIONS
 ---------------
 
 [[BandwidthRate]] **BandwidthRate** __N__ **bytes**|**KBytes**|**MBytes**|**GBytes**|**KBits**|**MBits**|**GBits**::
-    A token bucket limits the average incoming bandwidth usage on this node to
-    the specified number of bytes per second, and the average outgoing
+    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_ 250 KBytes (that is,
-    2 mbit). (Default: 1 GByte) +
+    public network, this needs to be _at the very least_ 75 KBytes for a
+    relay (that is, 600 kbits) or 50 KBytes for a bridge (400 kbits) -- but of
+    course, more is better; we recommend at least 250 KBytes (2 mbits) if
+    possible.  (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