feature5956 514 B

12345678
  1. o Major features:
  2. - When deciding whether we have enough descriptors to build circuits,
  3. instead of looking at raw circuit counts, look at which fraction of
  4. (bandwidth-weighted) paths we're able to build. This approach keeps
  5. clients from building circuits if their paths are likely to stand out
  6. statistically. The default fraction of paths needed is taken from the
  7. consensus directory; you can override it with the new
  8. PathsNeededToBuildCircuits option. Fixes issue 5956.