diff options
author | teor <teor2345@gmail.com> | 2016-12-07 16:02:17 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2016-12-19 15:05:33 +1100 |
commit | 9629a25d1019cffffc39f3982161b610eab5691f (patch) | |
tree | 661a0af68d41833ef80f8d4a0006e7bba125f66b /changes/fallbacks-201612 | |
parent | ced50aff7ee93326e18abae29c6e6bb99317a9a3 (diff) | |
download | tor-9629a25d1019cffffc39f3982161b610eab5691f.tar.gz tor-9629a25d1019cffffc39f3982161b610eab5691f.zip |
Display the fingerprint when downloading consensuses from fallbacks
Diffstat (limited to 'changes/fallbacks-201612')
-rw-r--r-- | changes/fallbacks-201612 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/fallbacks-201612 b/changes/fallbacks-201612 index 0306ad1fa3..e0e412c096 100644 --- a/changes/fallbacks-201612 +++ b/changes/fallbacks-201612 @@ -16,6 +16,12 @@ - Exclude relays affected by 20499 from the fallback list. Exclude known affected versions, and any relay that delivers a stale consensus. Closes ticket 20539. + - Require fallbacks to have flags for 90% of the time (weighted decaying + average), rather than 95%. This allows at least 73% of clients to + bootstrap in the first 5 seconds without contacting an authority. + Part of ticket 18828. + - Display the fingerprint when downloading consensuses from fallbacks. + Closes ticket 20908. 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. |