aboutsummaryrefslogtreecommitdiff
path: root/changes/bug9093
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-10-19 14:35:29 -0400
committerNick Mathewson <nickm@torproject.org>2014-10-19 14:35:29 -0400
commit43836f6f0ab7c25b0c8c9fab366ec664ebd0b0ee (patch)
treed47c734edfd322945a2ab61179aab3b996e5d383 /changes/bug9093
parente318ab14b10f353da1ebcece0d6490191517e21a (diff)
parentc1c83eb376a7c89fadb01d1c7082d4aa4125333d (diff)
downloadtor-release-0.2.3.tar.gz
tor-release-0.2.3.zip
Merge remote-tracking branch 'origin/maint-0.2.3' into release-0.2.3release-0.2.3
Diffstat (limited to 'changes/bug9093')
-rw-r--r--changes/bug90937
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug9093 b/changes/bug9093
new file mode 100644
index 0000000000..06b6cb926a
--- /dev/null
+++ b/changes/bug9093
@@ -0,0 +1,7 @@
+ o Minor features:
+ - Improve the circuit queue out-of-memory handler. Previously, when
+ we ran low on memory, we'd close whichever circuits had the most
+ queued cells. Now, we close those that have the *oldest* queued
+ cells, on the theory that those are most responsible for us
+ running low on memory. Based on analysis from a forthcoming paper
+ by Jansen, Tschorsch, Johnson, and Scheuermann. Fixes bug 9093. \ No newline at end of file