summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Perry <mikeperry-git@torproject.org>2018-09-13 01:25:57 +0000
committerMike Perry <mikeperry-git@torproject.org>2018-09-13 17:46:11 +0000
commite86593c40df1956741fd3a53b68e36abfa205532 (patch)
tree75dd55afaf2898b70d9b881ece3e550d6fc6ce63
parentefa20756701b3434fce29b41f7210bc33423d764 (diff)
downloadtor-e86593c40df1956741fd3a53b68e36abfa205532.tar.gz
tor-e86593c40df1956741fd3a53b68e36abfa205532.zip
Ticket #27678: Changes file.
-rw-r--r--changes/ticket276785
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket27678 b/changes/ticket27678
new file mode 100644
index 0000000000..daeb262e10
--- /dev/null
+++ b/changes/ticket27678
@@ -0,0 +1,5 @@
+ o Minor features (controller):
+ - Emit CIRC_BW events as soon as we detect that we processed an invalid
+ or otherwise dropped cell on a circuit. This allows vanguards and
+ other controllers to react more quickly to dropped cells. Closes
+ ticket 27678.