Remove addr_port_lookup.

This lets us cut the dependency from address.c to resolve.c: the
address.c module now has no paths to the libc resolver in it.
This commit is contained in:
Nick Mathewson
2018-07-10 13:30:44 -04:00
parent 2f657a1416
commit 8de48c111c
2 changed files with 12 additions and 34 deletions
+4
View File
@@ -0,0 +1,4 @@
o Code simplification and refactoring:
- Utility functions that can perform a DNS lookup are now wholly
separated from those that can't, in separate headers and C
modules. Closes ticket 26526.