aboutsummaryrefslogtreecommitdiff
path: root/changes/bug6816
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug6816')
-rw-r--r--changes/bug68166
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug6816 b/changes/bug6816
new file mode 100644
index 000000000..e9e6877a9
--- /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.