]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
PerConnBW{Rate,Burst} docs: do not say consensus param is always set
authorNick Mathewson <nickm@torproject.org>
Mon, 19 Mar 2018 10:14:57 +0000 (06:14 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 5 Apr 2018 16:08:35 +0000 (12:08 -0400)
Closes ticket 25296; bugfix on 0.2.2.7-alpha when these manpage
entries were introduced.

changes/bug25296_032 [new file with mode: 0644]
doc/tor.1.txt

diff --git a/changes/bug25296_032 b/changes/bug25296_032
new file mode 100644 (file)
index 0000000..f60048c
--- /dev/null
@@ -0,0 +1,5 @@
+  o Minor bugfixes (documentation):
+    - Document that the PerConnBW{Rate,Burst} options will fall back to their
+      corresponding consensus parameters only if those parameters are
+      set. Previously we had claimed that these values would always be
+      set in the consensus. Fixes bug 25296; bugfix on 0.2.2.7-alpha.
index aad8440a2cae713600b75563d6b4f7c65d65a300..d7884968e6317a1f36d87f5776dd928827c0cf1b 100644 (file)
@@ -239,14 +239,14 @@ GENERAL OPTIONS
     (Default: 0)
 
 [[PerConnBWRate]] **PerConnBWRate** __N__ **bytes**|**KBytes**|**MBytes**|**GBytes**|**TBytes**|**KBits**|**MBits**|**GBits**|**TBits**::
-    If set, do separate rate limiting for each connection from a non-relay.
-    You should never need to change this value, since a network-wide value is
-    published in the consensus and your relay will use that value. (Default: 0)
+    If this option is set manually, or via the "perconnbwrate" consensus
+    field, Tor will use it for separate rate limiting for each connection
+    from a non-relay. (Default: 0)
 
 [[PerConnBWBurst]] **PerConnBWBurst** __N__ **bytes**|**KBytes**|**MBytes**|**GBytes**|**TBytes**|**KBits**|**MBits**|**GBits**|**TBits**::
-    If set, do separate rate limiting for each connection from a non-relay.
-    You should never need to change this value, since a network-wide value is
-    published in the consensus and your relay will use that value. (Default: 0)
+    If this option is set manually, or via the "perconnbwburst" consensus
+    field, Tor will use it for separate rate limiting for each connection
+    from a non-relay. (Default: 0)
 
 [[ClientTransportPlugin]] **ClientTransportPlugin** __transport__ socks4|socks5 __IP__:__PORT__::
 **ClientTransportPlugin** __transport__ exec __path-to-binary__ [options]::