aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Shepard <andrea@torproject.org>2012-10-10 00:51:55 -0700
committerAndrea Shepard <andrea@torproject.org>2012-10-10 00:51:55 -0700
commitcf994f7ad758af01d7cb9318bcf5be7e36c5c71b (patch)
treeb9805fea66241e3eb00a1e5dc91c225df0ff1ba8
parent5543c5b202b045bc5b7d8d4f127c54decd17e943 (diff)
downloadtor-cf994f7ad758af01d7cb9318bcf5be7e36c5c71b.tar
tor-cf994f7ad758af01d7cb9318bcf5be7e36c5c71b.tar.gz
Add changes file for 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.