Merge branch 'tor-github/pr/1254'

This commit is contained in:
David Goulet
2019-08-26 09:38:24 -04:00
22 changed files with 581 additions and 347 deletions
+6
View File
@@ -0,0 +1,6 @@
o Code simplification and refactoring:
- Numerous simplifications in configuration-handling logic:
remove duplicated macro definitions, replace magical names
with flags, and refactor "TestingTorNetwork" to use the
same default-option logic as the rest of Tor.
Closes ticket 30935.