mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
95a7e7e925
Relays send it, and we may as well let them. Part of our fix for 22805.
11 lines
496 B
Plaintext
11 lines
496 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; 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.
|