mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
b66b62fb75
Also make IPv6-only clients wait for microdescs for relays, even if we were previously using descriptors (or were using them as a bridge) and have a cached descriptor for them. But if node_is_a_configured_bridge(), stop waiting for its IPv6 address in a microdescriptor, because we'll never use it. Implements #23827.
9 lines
396 B
Plaintext
9 lines
396 B
Plaintext
o Minor feature (IPv6):
|
|
- When a consensus has IPv6 ORPorts, make IPv6-only clients use them,
|
|
rather than waiting to download microdescriptors.
|
|
Implements #23827.
|
|
- Make IPv6-only clients wait for microdescs for relays, even if we were
|
|
previously using descriptors (or were using them as a bridge) and have
|
|
a cached descriptor for them.
|
|
Implements #23827.
|