bug22805 496 B

12345678910
  1. o Minor features (relay):
  2. - When choosing which circuits can be expired as unused, consider
  3. circuits from clients even if those clients used regular CREATE
  4. cells to make them; and do not consider circuits from relays even if
  5. they were made with CREATE_FAST. Part of ticket 22805.
  6. o Code simplification and refactoring:
  7. - Remove various ways of testing circuits and connections for
  8. "clientness"; instead, favor channel_is_client().
  9. Part of ticket 22805.