Move address map into its own file.

This commit is contained in:
Nick Mathewson
2012-10-28 16:13:58 -04:00
parent 2cb82c33bc
commit 7908ab2093
13 changed files with 1013 additions and 967 deletions
+3
View File
@@ -0,0 +1,3 @@
o Code simplification and refactoring:
- Move the client-side address-map/virtual-address/DNS-cache code
out of connection_edge.c into a new addressmap.c module.