diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-11-15 16:58:16 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-11-15 16:58:16 -0500 |
commit | 80a6228aacc9083fae07d4373d9c41017420e6b9 (patch) | |
tree | 6be586086b61c6533257debf4cfdcc14f8979e58 /changes | |
parent | 15e752e6b111e159b1dee3bb4692d8de3c4d1c7f (diff) | |
parent | 6d33f65638734593d10c5c3a5e2eb9d7bdff8000 (diff) | |
download | tor-80a6228aacc9083fae07d4373d9c41017420e6b9.tar.gz tor-80a6228aacc9083fae07d4373d9c41017420e6b9.zip |
Merge branch 'bug25573-034-typefix' into maint-0.3.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket25573 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket25573 b/changes/ticket25573 new file mode 100644 index 0000000000..9939601b50 --- /dev/null +++ b/changes/ticket25573 @@ -0,0 +1,5 @@ + o Minor features (controller): + - For purposes of CIRC_BW-based dropped cell detection, track half-closed + stream ids, and allow their ENDs, SENDMEs, DATA and path bias check + cells to arrive without counting it as dropped until either the END arrvies, + or the windows are empty. Closes ticket 25573. |