tor/src/app
David Goulet 9e85056de9 addr: New find_my_address() to support multiple address families
resolve_my_address() was beyond repair in terms of refactoring. Way too
complex and doing too many things.

This commit implements find_my_address() which in theory does the same as
resolve_my_address() but in a more clean, concise and modern way using the
tor_addr_t interface and for multiple address family.

The caller needs to pass the address family (IPv4 or IPv6) which this
interface supports. For both, a last resolved cache is used as well.

Implements #33233

Signed-off-by: David Goulet <dgoulet@torproject.org>
2020-06-24 13:51:37 -04:00
..
config addr: New find_my_address() to support multiple address families 2020-06-24 13:51:37 -04:00
main config: Change Address to be a LINELIST 2020-06-23 09:25:36 -04:00
app.md Doxygen: rename all .dox files to end with .md 2019-11-15 09:28:12 -05:00
include.am Make our crypto library symbolic in the makefiles. 2018-07-11 12:51:36 -04:00