diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-11-15 15:29:24 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-11-15 15:29:24 -0500 |
commit | 59f50c80d443a7e148f85cfed493e3e703cc4386 (patch) | |
tree | bdaef44fe052c88c81c3e5fb130837f6ebc65202 /changes | |
parent | a82b18f2168ce19e0637740fed5746d6daac4e3a (diff) | |
parent | 9e907076025ccd91abfad7fc70c09ba4c9228f82 (diff) | |
download | tor-59f50c80d443a7e148f85cfed493e3e703cc4386.tar tor-59f50c80d443a7e148f85cfed493e3e703cc4386.tar.gz |
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Conflicts:
src/or/or.h
src/or/relay.c
Conflicts were simple to resolve. More fixes were needed for
compilation, including: reinstating the tv_to_msec function, and renaming
*_conn_cells to *_chan_cells.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug9093 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug9093 b/changes/bug9093 new file mode 100644 index 000000000..06b6cb926 --- /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 |