summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-14 09:22:23 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-14 09:22:23 -0400
commitbb012d7941d3e4fd4ad31e3d64e9a820f25c34a2 (patch)
treea2d9ae9e32e516c319f65d42f28eefa599621cee /changes
parentb67f3b751a277fb940b155c0bc64f594db5549b0 (diff)
parente86593c40df1956741fd3a53b68e36abfa205532 (diff)
downloadtor-bb012d7941d3e4fd4ad31e3d64e9a820f25c34a2.tar.gz
tor-bb012d7941d3e4fd4ad31e3d64e9a820f25c34a2.zip
Merge remote-tracking branch 'tor-github/pr/329'
Diffstat (limited to 'changes')
-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.