aboutsummaryrefslogtreecommitdiff
path: root/changes/bug7359
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2014-02-12 03:59:59 -0500
committerRoger Dingledine <arma@torproject.org>2014-02-12 03:59:59 -0500
commit7c39bf0e447a456a9999b3de95ed17fa0e86f157 (patch)
tree2befb835b53e0638f54d986d23311003996b2724 /changes/bug7359
parent0ee449ca92dc7f25517a63b63f4d521fdd48410b (diff)
downloadtor-7c39bf0e447a456a9999b3de95ed17fa0e86f157.tar
tor-7c39bf0e447a456a9999b3de95ed17fa0e86f157.tar.gz
go through and rewrite the changes files to be more user-facing
Diffstat (limited to 'changes/bug7359')
-rw-r--r--changes/bug735914
1 files changed, 8 insertions, 6 deletions
diff --git a/changes/bug7359 b/changes/bug7359
index d1bff0afa..a91b730ec 100644
--- a/changes/bug7359
+++ b/changes/bug7359
@@ -1,7 +1,9 @@
- o Minor features (controller):
- - Extend ORCONN controller event by ID parameter and add four new
- controller event types CONN_BW, CIRC_BW, CELL_STATS, and TB_EMPTY
- that shall help understand connection and circuit usage. The new
- events are emitted in private Tor networks only. Implements
- proposal 218. Resolves ticket #7359.
+ o Major features (controller):
+ - Extend ORCONN controller event to include an "ID" parameter,
+ and add four new controller event types CONN_BW, CIRC_BW,
+ CELL_STATS, and TB_EMPTY that show connection and circuit usage.
+ The new events are emitted in private Tor networks only, with the
+ goal of being able to better track performance and load during
+ full-network simulations. Implements proposal 218. Resolves
+ ticket 7359.