bug6816 384 B

123456
  1. o Infrastructure features:
  2. - Introduce new circuitmux_t storing the queue of circuits for a channel;
  3. this encapsulates and abstracts the queue logic and circuit selection
  4. policy, and allows the latter to be overridden easily by switching out
  5. a policy object. The existing EWMA behavior is now implemented as a
  6. circuitmux_policy_t. This fixes bug 6816.