diff options
Diffstat (limited to 'changes/feature5956')
-rw-r--r-- | changes/feature5956 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/changes/feature5956 b/changes/feature5956 deleted file mode 100644 index 2e1881058..000000000 --- a/changes/feature5956 +++ /dev/null @@ -1,8 +0,0 @@ - o Major features: - - When deciding whether we have enough descriptors to build circuits, - instead of looking at raw circuit counts, look at which fraction of - (bandwidth-weighted) paths we're able to build. This approach keeps - clients from building circuits if their paths are likely to stand out - statistically. The default fraction of paths needed is taken from the - consensus directory; you can override it with the new - PathsNeededToBuildCircuits option. Fixes issue 5956. |