added option min-time-between-resolves-option and tests for it
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 4 May 2015 08:47:53 +0000 (10:47 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 4 May 2015 14:57:59 +0000 (16:57 +0200)
commitf833126b51898c1092d3f782924b24ec1c5ca4ae
tree1712ed361a665fef422b17e1ee210a37d82388ad
parent1a97b4ce619649701d368f505f6754a9845a7d74
added option min-time-between-resolves-option and tests for it
16 files changed:
src/CMakeLists.txt
src/config/configuration.cpp
src/config/configuration.h
src/config/configurationoptions.cpp
src/config/option/mintimebetweenresolvesoption.cpp [new file with mode: 0644]
src/config/option/mintimebetweenresolvesoption.h [new file with mode: 0644]
src/dns/dnscache.cpp
src/dns/dnscache.h
src/dns/dnsmaster.cpp
src/dns/dnsmaster.h
src/main.cpp
test/CMakeLists.test_configurationcommandline.txt
test/CMakeLists.test_configurationfile.txt
test/CMakeLists.test_configurationoptions.txt
test/test_configurationoptions.cpp
test/test_dns.cpp