wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wget2 | Draft: WIP: Add c-ares support for quickly fill DNS cache in


From: @rockdaboot
Subject: Re: wget2 | Draft: WIP: Add c-ares support for quickly fill DNS cache in background (!444)
Date: Sun, 03 Jul 2022 11:33:56 +0000



Tim Rühsen started a new discussion on src/options.c: 
https://gitlab.com/gnuwget/wget2/-/merge_requests/444#note_1014132903

>               { "Print prompt for password\n"
>               }
>       },
> +#ifdef WITH_CARES
> +     { "async-dns", &config.async_dns, parse_bool, -1, 0,
> +             SECTION_DOWNLOAD,
> +             { "Enable or disable Asynchronous DNS resolver support\n",
> +               "(default: on)\n"
> +             }
> +     },
> +     { "async-dns-maxqueries", &config.async_dns_maxqueries, parse_integer, 
> 1, 0,

Here it is `maxqueries`, later on it is `maxwaiting`. The naming should be 
consistent (easier to maintain).

We should think about a different naming, because maxqueries is not precise and 
maxwaiting as well.  
I have to brilliant idea right now - maybe something `concurrency`, `parallel` 
or so ?

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/-/merge_requests/444#note_1014132903
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]