bug1772 725 B

1234567891011
  1. o Minor bugfixes:
  2. - Simplify the logic that causes us to decide if the network is unavailable
  3. for purposes of recording circuit build times. If we receive no cells
  4. whatsoever for the entire duration of a circuit's full measured lifetime,
  5. the network is probably down. This should hopefully reduce some of the
  6. cases where we see ridiculous circuit build timeouts for people with spotty
  7. wireless connections. Fixes bug 1772; bugfix on 0.2.2.2-alpha.
  8. - Prevent the circuit build timeout from becoming larger than the maximum
  9. build time we have ever seen. Also, prevent the measurement time period
  10. from becoming larger than twice that value. Fixes bug 1772; bugfix on
  11. 0.2.2.2-alpha