diff options
author | teor <teor2345@gmail.com> | 2016-12-07 15:57:26 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2016-12-19 15:05:45 +1100 |
commit | 35da99a7122fc056f7b57650a52f556aa67cf251 (patch) | |
tree | 4fdf1eeaaf7f5e3492b38c2497a89fdcca151c58 /changes/fallbacks-201612 | |
parent | ee3e8fc3e9f3a1d9ec5cce036aea827d173cd544 (diff) | |
download | tor-35da99a7122fc056f7b57650a52f556aa67cf251.tar.gz tor-35da99a7122fc056f7b57650a52f556aa67cf251.zip |
Allow 3 fallbacks per operator
This is safe now we are choosing 200 fallbacks.
Closes ticket 20912.
Diffstat (limited to 'changes/fallbacks-201612')
-rw-r--r-- | changes/fallbacks-201612 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/fallbacks-201612 b/changes/fallbacks-201612 index 9b1a8576d4..8351642334 100644 --- a/changes/fallbacks-201612 +++ b/changes/fallbacks-201612 @@ -21,6 +21,8 @@ Part of ticket 18828. - Display the fingerprint when downloading consensuses from fallbacks. Closes ticket 20908. + - Allow 3 fallbacks per operator. (This is safe now we are choosing 200 + fallbacks.) Closes ticket 20912. o Minor bugfix (fallback directories): - Stop failing when OUTPUT_COMMENTS is True in updateFallbackDirs.py. Closes ticket 20877; bugfix on commit 9998343 in tor-0.2.8.3-alpha. |