mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 23:45:27 +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:
@@ -66,6 +66,8 @@ private:
|
|||||||
public:
|
public:
|
||||||
ResolverImpl() :
|
ResolverImpl() :
|
||||||
config_session_(NULL),
|
config_session_(NULL),
|
||||||
|
timeout_(2000),
|
||||||
|
retries_(3),
|
||||||
rec_query_(NULL)
|
rec_query_(NULL)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user