tor/changes/bug4875
Linus Nordberg 734fad4103 Make relays handle an address suggestion from a directory server giving an IPv6 address.
last_guessed_ip becomes a tor_addr_t.

Most parts of router_new_address_suggestion() learns
about IPv6 (resolve_my_address() is still IPv4 only).
2012-03-28 22:16:55 +02:00

4 lines
129 B
Plaintext

o Minor bugfixes
- Relays now understand an IPv6 address when they get one from a
directory server. Fixes bug 4875.