diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-01-30 11:59:51 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-30 11:59:51 -0500 |
commit | 29136bd7e4a671bf58dcc7c5d8d82fd63f9c66f7 (patch) | |
tree | 5fc379286043c84be7328472cd6967ebb50bcd5b /changes | |
parent | a0351311aeea715cea24e156e065b65cc29a804c (diff) | |
parent | 02c320916e025eca63d0ae23aa4f610095c7857c (diff) | |
download | tor-29136bd7e4a671bf58dcc7c5d8d82fd63f9c66f7.tar tor-29136bd7e4a671bf58dcc7c5d8d82fd63f9c66f7.tar.gz |
Merge branch 'bug5956_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature5956 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/feature5956 b/changes/feature5956 new file mode 100644 index 000000000..2e1881058 --- /dev/null +++ b/changes/feature5956 @@ -0,0 +1,8 @@ + 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. |