tor/changes/bug18809

15 lines
778 B
Plaintext
Raw Normal View History

2016-05-19 00:04:02 +02:00
o Major bugfixes (bootstrap):
- Check if bootstrap consensus downloads are still needed
when the linked connection attaches. This prevents tor
making unnecessary begindir-style connections, which are
the only directory connections tor clients make since
#18483 was merged.
- Fix some edge cases where consensus download connections
may not have been closed, even though they were not needed.
- Make relays retry consensus downloads the correct number of
2016-05-19 14:29:45 +02:00
times, rather than the more aggressive client retry count.
2016-05-19 00:04:02 +02:00
- Stop downloading consensuses when we have a consensus,
even if we don't have all the certificates for it yet.
Closes ticket 18943, bugfix on #4483 in 0.2.8.1-alpha,
patches by arma and teor.