diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-12-21 11:16:00 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-21 11:16:00 -0500 |
commit | 2b8a06a2ef23350616df755a32b0e5b87d463314 (patch) | |
tree | a87b09fea52dd61a6e182a00b8adb70e0b231212 /changes | |
parent | 2f0d57db56f87a21e1a927a526c1a82ebd32f9f8 (diff) | |
parent | 6cd567d7974e6bf55874f3a6d907feb050144095 (diff) | |
download | tor-2b8a06a2ef23350616df755a32b0e5b87d463314.tar.gz tor-2b8a06a2ef23350616df755a32b0e5b87d463314.zip |
Merge branch 'maint-0.3.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug24671 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug24671 b/changes/bug24671 new file mode 100644 index 0000000000..34d09e704d --- /dev/null +++ b/changes/bug24671 @@ -0,0 +1,6 @@ + o Minor bugfixes (scheduler, KIST): + - Use a sane write limit for KISTLite when writing onto a connection + buffer instead of using INT_MAX and shoving as much as it can. Because + the OOM handler cleans up circuit queues, we are better off at keeping + them in that queue instead of the connection's buffer. Fixes bug 24671; + bugfix on 0.3.2.1-alpha. |