]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for bug6816
authorAndrea Shepard <andrea@torproject.org>
Wed, 10 Oct 2012 07:51:55 +0000 (00:51 -0700)
committerAndrea Shepard <andrea@torproject.org>
Wed, 10 Oct 2012 07:51:55 +0000 (00:51 -0700)
changes/bug6816 [new file with mode: 0644]

diff --git a/changes/bug6816 b/changes/bug6816
new file mode 100644 (file)
index 0000000..e9e6877
--- /dev/null
@@ -0,0 +1,6 @@
+  o Infrastructure features:
+    - Introduce new circuitmux_t storing the queue of circuits for a channel;
+      this encapsulates and abstracts the queue logic and circuit selection
+      policy, and allows the latter to be overridden easily by switching out
+      a policy object.  The existing EWMA behavior is now implemented as a
+      circuitmux_policy_t.  This fixes bug 6816.