diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-18 15:21:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-08-18 15:21:50 -0400 |
commit | ec59167cae1f5b3057ed722857d78ec78239e991 (patch) | |
tree | 9c0799c962f1f562bb0fcee4be1791b2bdcca2c4 /changes | |
parent | 2937de21803174e14873f68b34ba8a6c62285c45 (diff) | |
download | tor-ec59167cae1f5b3057ed722857d78ec78239e991.tar.gz tor-ec59167cae1f5b3057ed722857d78ec78239e991.zip |
When counting memory from closing a connection, count the dir conn too
Fix part of bug 11972
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11792 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug11792 b/changes/bug11792 new file mode 100644 index 0000000000..1d381891db --- /dev/null +++ b/changes/bug11792 @@ -0,0 +1,5 @@ + 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.
\ No newline at end of file |