diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-19 11:25:48 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-08-24 13:04:38 -0400 |
commit | 68e430a6fb3056c1265da04fbb08004ddd449525 (patch) | |
tree | 71c237160604acf945ed9d2d84cc06047679a6fe /changes | |
parent | 8e55cafd672353979e7628d5dad9e12429b401dd (diff) | |
download | tor-68e430a6fb3056c1265da04fbb08004ddd449525.tar.gz tor-68e430a6fb3056c1265da04fbb08004ddd449525.zip |
Kill non-tunneled directory connections when handling OOM.
Another part of 11792.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11792 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug11792 b/changes/bug11792 index 7395b4aba5..66f7df833c 100644 --- a/changes/bug11792 +++ b/changes/bug11792 @@ -9,3 +9,7 @@ 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. + |