]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a changes file for bug 7912
authorNick Mathewson <nickm@torproject.org>
Thu, 13 Jun 2013 14:20:30 +0000 (10:20 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 13 Jun 2013 14:20:30 +0000 (10:20 -0400)
I'm calling it a bugfix on 0.2.0.1-alpha, since that's where cell
queues were first introduced.

changes/bug7912 [new file with mode: 0644]

diff --git a/changes/bug7912 b/changes/bug7912
new file mode 100644 (file)
index 0000000..48c65d2
--- /dev/null
@@ -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.
+