diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-04-16 10:06:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-04-16 10:06:21 -0400 |
commit | 3463b4e0652bacca51fecd2c256e3e9d61ce920e (patch) | |
tree | af26716c089ce6bae41e05d68daaefed188561d6 /changes | |
parent | 197d1992dba2fe4dd9c7f2eb0e232487f8c177ad (diff) | |
parent | 22845df2a7503ed73ed325c3a98916f289918caa (diff) | |
download | tor-3463b4e0652bacca51fecd2c256e3e9d61ce920e.tar.gz tor-3463b4e0652bacca51fecd2c256e3e9d61ce920e.zip |
Merge branch 'maint-0.3.3'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug25226 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug25226 b/changes/bug25226 new file mode 100644 index 0000000000..b594a7a424 --- /dev/null +++ b/changes/bug25226 @@ -0,0 +1,4 @@ + o Major bugfixes (relay, denial of service): + - Impose a limit on circuit cell queue size. The limit can be controlled by + a consensus parameter. Fixes bug 25226; bugfix on 0.2.4.14-alpha. + |