diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-06-13 10:31:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-06-13 10:31:02 -0400 |
commit | 4b781e24fb920ad4cd2268b609e4b4b0bd5adb7d (patch) | |
tree | 81cf1e73e3ecb06333cbc22d80ab045bcea348ba /changes | |
parent | 29498491432040168c5df7091097a7b8a9c9ad86 (diff) | |
parent | e61df2ec651345f1c46777105bbae69916402ecd (diff) | |
download | tor-4b781e24fb920ad4cd2268b609e4b4b0bd5adb7d.tar.gz tor-4b781e24fb920ad4cd2268b609e4b4b0bd5adb7d.zip |
Merge remote-tracking branch 'public/bug7912_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7912 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug7912 b/changes/bug7912 new file mode 100644 index 0000000000..48c65d2241 --- /dev/null +++ b/changes/bug7912 @@ -0,0 +1,8 @@ + o Major bugfixes: + - Instead of writing destroy cells directly to outgoing connection + buffers, queue them and intersperse them with other outgoing cells. + This can prevent a set of resource starvation conditions where too + many pending destroy cells prevent data cells from actually getting + delivered. Reported by "oftc_must_be_destroyed". Fixes bug 7912; + bugfix on 0.2.0.1-alpha. + |