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