tor/changes/bug18921
teor (Tim Wilson-Brown) 0cf90bac2a Choose the correct address for one-hop connections
After #17840 in 0.2.8.1-alpha, we incorrectly chose an IPv4
address for all DIRIND_ONEHOP directory connections,
even if the routerstatus didn't have an IPv4 address.

This likely affected bridge clients with IPv6 bridges.

Resolves #18921.
2016-05-04 15:23:14 -04:00

5 lines
172 B
Plaintext

o Major bugfixes (IPv6 bridges):
- Fix directory address selection for IPv6 bridges.
Resolves #18921, bugfix on #17840 in 0.2.8.1-alpha.
Patch by "teor".