bug1297a 900 B

12345678910111213141516
  1. o Major bugfixes:
  2. - Apply circuit timeouts to opened hidden-service-related circuits
  3. based on the correct start time. Previously, we would apply the
  4. circuit build timeout based on time since the circuit's
  5. creation; it was supposed to be applied based on time since the
  6. circuit entered its current state. Bugfix on 0.0.6; fixes part
  7. of bug 1297.
  8. - Use the same circuit timeout for client-side introduction
  9. circuits as for other four-hop circuits. Previously,
  10. client-side introduction circuits were closed after the same
  11. timeout as single-hop directory-fetch circuits; this was
  12. appropriate with the static circuit build timeout in 0.2.1.x and
  13. earlier, but caused many hidden service access attempts to fail
  14. with the adaptive CBT introduced in 0.2.2.2-alpha. Bugfix on
  15. 0.2.2.2-alpha; fixes another part of bug 1297.