diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature5956 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/feature5956 b/changes/feature5956 new file mode 100644 index 0000000000..dbc6a1ef80 --- /dev/null +++ b/changes/feature5956 @@ -0,0 +1,6 @@ + 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. Fixes issue 5956. |