bug22805 408 B

123456789
  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. Part of ticket 22805.
  5. o Code simplification and refactoring:
  6. - Remove various ways of testing circuits and connections for
  7. "clientness"; instead, favor channel_is_client().
  8. Part of ticket 22805.