diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-06-18 10:23:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-06-18 10:23:03 -0400 |
commit | d3063da691d0006cf41f6406099f056ab47c543a (patch) | |
tree | c44651600763ef302359589515e76dfb08cb56d4 /changes/bug9063_redux | |
parent | 9e45d940d466bcefcd1490fc2ae0e5a6298a846f (diff) | |
parent | c37fdc2eef0ccfeff56df5a9b7dfae9396fc643c (diff) | |
download | tor-d3063da691d0006cf41f6406099f056ab47c543a.tar.gz tor-d3063da691d0006cf41f6406099f056ab47c543a.zip |
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Conflicts:
src/or/config.c
src/or/relay.c
Diffstat (limited to 'changes/bug9063_redux')
-rw-r--r-- | changes/bug9063_redux | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/changes/bug9063_redux b/changes/bug9063_redux new file mode 100644 index 0000000000..e6fae72efc --- /dev/null +++ b/changes/bug9063_redux @@ -0,0 +1,15 @@ + o Major bugfixes: + - When we have too much memory queued in circuits (according to a new + MaxMemInCellQueues option), close the circuits consuming the most + memory. This prevents us from running out of memory as a relay if + circuits fill up faster than they can be drained. Fixes + bug 9063; bugfix on the 54th commit of Tor. This bug is a further + fix beyond bug 6252, whose fix was merged into 0.2.3.21-rc. + + Also fixes an earlier approach taken in 0.2.4.13-alpha, where we + tried to solve this issue simply by imposing an upper limit on the + number of queued cells for a single circuit. That approach proved to + be problematic, since there are ways to provoke clients to send a + number of cells in excess of any such reasonable limit. + Fixes bug 9072; bugfix on 0.2.4.13-alpha. + |