diff options
author | Andrea Shepard <andrea@torproject.org> | 2012-10-10 00:51:55 -0700 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2012-10-10 00:51:55 -0700 |
commit | cf994f7ad758af01d7cb9318bcf5be7e36c5c71b (patch) | |
tree | b9805fea66241e3eb00a1e5dc91c225df0ff1ba8 | |
parent | 5543c5b202b045bc5b7d8d4f127c54decd17e943 (diff) | |
download | tor-cf994f7ad758af01d7cb9318bcf5be7e36c5c71b.tar tor-cf994f7ad758af01d7cb9318bcf5be7e36c5c71b.tar.gz |
Add changes file for bug6816
-rw-r--r-- | changes/bug6816 | 6 |
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. |