Stop using CREATE_FAST as a signifier of clienthood.
[tor.git] / changes / bug22805
blob2b0369da30346d98cf9540b03d7e578355ec10c2
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().
10       Part of ticket 22805.