diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-01-08 15:52:22 -0800 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-01-08 15:52:22 -0800 |
commit | 95f5910810de88725c86a854db1c1653ec19f724 (patch) | |
tree | cf68cb833b0ee98125bd18cdf69e35e844e968eb /changes | |
parent | 5b5abd8c038b88cba7078a105b0896cd151ee509 (diff) | |
parent | 4f0e28977d6376ccba599e7089aeb9e3b4f25e5f (diff) | |
download | tor-95f5910810de88725c86a854db1c1653ec19f724.tar.gz tor-95f5910810de88725c86a854db1c1653ec19f724.zip |
Merge branch 'unixninja_ticket15989_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket15989 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/ticket15989 b/changes/ticket15989 new file mode 100644 index 0000000000..1fd1fbb6c1 --- /dev/null +++ b/changes/ticket15989 @@ -0,0 +1,9 @@ + o Minor enhancement (accounting): + - Added two modes to AccountingRule in torrc for + limiting just input or just output. + Closes ticket 15989; patch from "unixninja92". + + o Minor bugfixe (accounting): + - The max bandwidth when using AccountRule sum + is now correctly logged. + Patch from "unixninja92". |