2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

use default timeout/retry settings

resolver does not update these if these weren't set, and does not look
at the spec's defaults. This change makes it at least use something as a
default (using spec's default has gone to ticket #518)
This commit is contained in:
Jelte Jansen
2011-01-20 17:44:34 +01:00
parent 11da99d8c5
commit ce648a9362

View File

@@ -66,6 +66,8 @@ private:
public:
ResolverImpl() :
config_session_(NULL),
timeout_(2000),
retries_(3),
rec_query_(NULL)
{}