diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-06-13 10:20:30 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-06-13 10:20:30 -0400 |
commit | 9b754d1213640882a543f70bb0d6041dfb7a3869 (patch) | |
tree | e076339a701525e9e67aa659f1367c5033cbfd77 /changes/bug7912 | |
parent | 16f9861b22751bc90666fe1836b8cf740630447a (diff) | |
download | tor-9b754d1213640882a543f70bb0d6041dfb7a3869.tar tor-9b754d1213640882a543f70bb0d6041dfb7a3869.tar.gz |
Add a changes file for bug 7912
I'm calling it a bugfix on 0.2.0.1-alpha, since that's where cell
queues were first introduced.
Diffstat (limited to 'changes/bug7912')
-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 000000000..48c65d224 --- /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. + |