diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-24 13:09:08 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-08-24 13:09:08 -0400 |
commit | 59e114832e7f67cb2fac1258c7423b6359160505 (patch) | |
tree | c514cdb610f7d845c4efc29a807774b90059f69f /changes | |
parent | d31bcc4b235c98ffb1b9a2c4fead7fb61d71fe75 (diff) | |
parent | d6033843a49ff029d9f8d070b3c1f446a6edc9fa (diff) | |
download | tor-59e114832e7f67cb2fac1258c7423b6359160505.tar.gz tor-59e114832e7f67cb2fac1258c7423b6359160505.zip |
Merge branch 'bug11792_1_squashed'
Conflicts:
src/or/circuitlist.c
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11792 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/changes/bug11792 b/changes/bug11792 new file mode 100644 index 0000000000..66f7df833c --- /dev/null +++ b/changes/bug11792 @@ -0,0 +1,15 @@ + o Minor features (security, OOM): + - When closing an edge connection because we've run out of memory, + also count the amount of memory that any tunnelled directory + connection attached to that connection had consumed. Part of + ticket 11792. + + - When considering whether we're running low on memory, consider + memory that was allocated as part of zlib buffers as well. + Count that memory as reclaimed by our OOM handler. Part of + ticket 11792. + + - When handling out-of-memory conditions, also look at + non-tunnneled directory connections, and kill the ones that have + had data sitting on them for the longest. Part of ticket 11792. + |