[tor-commits] [tor/master] Add changes file for bug6816

andrea at torproject.org andrea at torproject.org
Thu Oct 11 02:05:24 UTC 2012


commit cf994f7ad758af01d7cb9318bcf5be7e36c5c71b
Author: Andrea Shepard <andrea at torproject.org>
Date:   Wed Oct 10 00:51:55 2012 -0700

    Add changes file for bug6816
---
 changes/bug6816 |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/changes/bug6816 b/changes/bug6816
new file mode 100644
index 0000000..e9e6877
--- /dev/null
+++ b/changes/bug6816
@@ -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.





More information about the tor-commits mailing list