From: Andrea Shepard Date: Wed, 10 Oct 2012 07:51:55 +0000 (-0700) Subject: Add changes file for bug6816 X-Git-Tag: tor-0.2.4.4-alpha~37^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf994f7ad758af01d7cb9318bcf5be7e36c5c71b;p=thirdparty%2Ftor.git Add changes file for bug6816 --- diff --git a/changes/bug6816 b/changes/bug6816 new file mode 100644 index 0000000000..e9e6877a96 --- /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.