aboutsummaryrefslogtreecommitdiff
path: root/changes/bug22805
blob: 2b0369da30346d98cf9540b03d7e578355ec10c2 (plain)
1
2
3
4
5
6
7
8
9
10
  o Minor features (relay):
    - When choosing which circuits can be expired as unused, consider
      circuits from clients even if those clients used regular CREATE
      cells to make them; and do not consider circuits from relays even if
      they were made with CREATE_FAST. Part of ticket 22805.

  o Code simplification and refactoring:
    - Remove various ways of testing circuits and connections for
      "clientness"; instead, favor channel_is_client().
      Part of ticket 22805.