PerConnBW{Rate,Burst} docs: do not say consensus param is always set

Closes ticket 25296; bugfix on 0.2.2.7-alpha when these manpage
entries were introduced.
This commit is contained in:
Nick Mathewson
2018-03-19 06:14:57 -04:00
parent bc0de600b2
commit c2d93e8a7d
2 changed files with 11 additions and 6 deletions
+5
View File
@@ -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.