mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
4851de554d
This once maybe made sense when ExitNodes meant "Here are 3 exits; use them all", but now it more typically means "Here are 3 countries; exit from there." Using non-Fast/Stable exits created a potential partitioning opportunity and an annoying stability problem. (Don't worry about the case where all of our ExitNodes are non-Fast or non-Stable: we handle that later in the function by retrying with need_capacity and need_uptime set to 0.)
8 lines
404 B
Plaintext
8 lines
404 B
Plaintext
o Minor features:
|
|
- If ExitNodes is set, still pay attention to the Fast/Stable
|
|
status of exits when picking exit nodes. (We used to ignore
|
|
these flags when ExitNodes was set, on the grounds that people
|
|
who set exitnodes wanted all of those nodes to get used, but
|
|
with the ability to pick exits by country and IP range, this
|
|
doesn't necessarily make sense any more.)
|