diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2013-10-31 09:21:13 +0100 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2013-10-31 09:21:13 +0100 |
commit | d4af57a2c68ea29c39f33e6df6f8a9bd7c00db89 (patch) | |
tree | e67673393d05a1abbae3a8e9a8de0228b0a84991 /changes | |
parent | f6fee77375d246d3607b82577464a499685c1ce6 (diff) | |
download | tor-d4af57a2c68ea29c39f33e6df6f8a9bd7c00db89.tar.gz tor-d4af57a2c68ea29c39f33e6df6f8a9bd7c00db89.zip |
Add changelog entry for merged #7359.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7359 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug7359 b/changes/bug7359 new file mode 100644 index 0000000000..d1bff0afa2 --- /dev/null +++ b/changes/bug7359 @@ -0,0 +1,7 @@ + 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. + |