tor/src/app
David Goulet 192d367b41 addr: New function relay_address_new_suggestion()
This behaves like router_new_address_suggestion() but differs in couple of
ways:

  1. It takes a tor_addr_t instead of an address string and supports both
     AF_INET and AF_INET6.
  2. It does _not_ use the last_guessed_ip local cache and instead only relies
     on the last resolved address cache in resolve_addr.c

It is not used at this commit. This function is made to process a suggested
address found in a NETINFO cell exactly like router_new_address_suggestion()
does with the address a directory suggests us.

Related to #40022

Signed-off-by: David Goulet <dgoulet@torproject.org>
2020-07-07 10:41:10 -04:00
..
config addr: New function relay_address_new_suggestion() 2020-07-07 10:41:10 -04:00
main Merge branch 'tor-github/pr/1951' 2020-06-25 13:41:45 -04:00
app.md Move remaining CodeStructure.md contents into doxygen. 2020-06-26 10:11:42 -04:00
include.am Make our crypto library symbolic in the makefiles. 2018-07-11 12:51:36 -04:00