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:
@@ -66,6 +66,8 @@ private:
|
||||
public:
|
||||
ResolverImpl() :
|
||||
config_session_(NULL),
|
||||
timeout_(2000),
|
||||
retries_(3),
|
||||
rec_query_(NULL)
|
||||
{}
|
||||
|
||||
|
Reference in New Issue
Block a user