bug18809 839 B

12345678910111213141516
  1. o Major bugfixes (bootstrap):
  2. - Check if bootstrap consensus downloads are still needed
  3. when the linked connection attaches. This prevents tor
  4. making unnecessary begindir-style connections, which are
  5. the only directory connections tor clients make since
  6. the fix for 18483 was merged.
  7. - Fix some edge cases where consensus download connections
  8. may not have been closed, even though they were not needed.
  9. Related to fix 18809.
  10. - Make relays retry consensus downloads the correct number of
  11. times, rather than the more aggressive client retry count.
  12. Fixes part of ticket 18809.
  13. - Stop downloading consensuses when we have a consensus,
  14. even if we don't have all the certificates for it yet.
  15. Fixes bug 18809; bugfix on 0.2.8.1-alpha.
  16. Patches by arma and teor.