bug12170 591 B

1234567891011
  1. o Major bugfixes (performance):
  2. - Do not recompute whether we have sufficient information to build
  3. circuits every time we make a successful connection. Previously,
  4. we would forget our cached value for this flag every time we
  5. successfully opened a channel (or marked a router as running or not
  6. running for any
  7. other reason), regardless of whether we had
  8. previously believed the router to be running. This forced us to
  9. run a fairly expensive update operation with relatively
  10. high frequency.
  11. Fixes bug 12170; bugfix on 0.1.2.1-alpha.