Merge "Clear the resolver timeout when setting default __res_params"
This commit is contained in:
commit
817f578bf4
1 changed files with 1 additions and 0 deletions
|
@ -1995,6 +1995,7 @@ _resolv_set_default_params(struct __res_params* params) {
|
|||
params->success_threshold = SUCCESS_THRESHOLD;
|
||||
params->min_samples = 0;
|
||||
params->max_samples = 0;
|
||||
params->base_timeout_msec = 0; // 0 = legacy algorithm
|
||||
}
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in a new issue