diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-11-20 12:08:03 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-11-20 12:08:03 -0500 |
commit | 03ff21b018c8d0b005d2a60c3ba2bf08d6cb00bb (patch) | |
tree | 6fa18a726ff27cc7b6a207fe17b13d4608ca7915 | |
parent | a406f6d0f05f812ced4bfc048f30bc8692be7e93 (diff) | |
download | tor-03ff21b018c8d0b005d2a60c3ba2bf08d6cb00bb.tar tor-03ff21b018c8d0b005d2a60c3ba2bf08d6cb00bb.tar.gz |
Changess file for #10169
-rw-r--r-- | changes/bug10169 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug10169 b/changes/bug10169 new file mode 100644 index 000000000..979c4e428 --- /dev/null +++ b/changes/bug10169 @@ -0,0 +1,4 @@ + o Major features: + - Also consider stream buffer sizes when calculating OOM + conditions. Rename MaxMemInCellQueues to MaxMemInQueues. Fixes + bug 10169. |