mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
10 lines
408 B
Plaintext
10 lines
408 B
Plaintext
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. 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.
|