diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-07 11:37:23 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-09 13:13:56 -0400 |
commit | 62631904cb403ee9f27080a1cf096e8ddd8a3048 (patch) | |
tree | 287d525943bce4dfd7883ac41a492058c80aecac /changes | |
parent | e3408248b9373e52114773555d73f71492e30129 (diff) | |
download | tor-62631904cb403ee9f27080a1cf096e8ddd8a3048.tar.gz tor-62631904cb403ee9f27080a1cf096e8ddd8a3048.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. + |