diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-07 11:37:23 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-07 13:19:43 -0500 |
commit | f8baa40c01917a6261dd6824097cee98e8ace514 (patch) | |
tree | 5d8c0c9e28fb9b38af80b4c7ed8fb1ee3aa3080f /changes | |
parent | 1abd526c75eade83318a6ec6aff84d5f0f079a3b (diff) | |
download | tor-f8baa40c01917a6261dd6824097cee98e8ace514.tar.gz tor-f8baa40c01917a6261dd6824097cee98e8ace514.zip |
GETINFO bw-event-cache to get information on recent BW events
Closes 14128; useful to regain functionality lost because of 13988.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket14128 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket14128 b/changes/ticket14128 new file mode 100644 index 0000000000..38b25fa7dc --- /dev/null +++ b/changes/ticket14128 @@ -0,0 +1,5 @@ + o Minor features (controller): + - New "GETINFO bw-event-cache" to get information about recent bandwidth + events. Closes ticket 14128. Useful for controllers to get recent + bandwidth history after the fix for 13988. + |