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:34:16 +0000



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

>               { "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,
> +             SECTION_DOWNLOAD,
> +             { "\n"

Missing help text.

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




reply via email to

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