Unbound 1.9.2rc1 pre-release

Wouter Wijngaards wouter at nlnetlabs.nl
Thu Aug 15 15:06:01 UTC 2019


Hi Andreas,

On 6/11/19 8:15 PM, A. Schulze via Unbound-users wrote:
> 
> 
> Am 11.06.19 um 14:06 schrieb Wouter Wijngaards via Unbound-users:
> 
>> Unbound 1.9.2rc2 release candidate is available:
>> https://nlnetlabs.nl/downloads/unbound/unbound-1.9.2rc2.tar.gz
> 
> Hi Wouter,
> 
> in daemon/unbound.c there is some code the list compile time options.
> you may add code to show whether TFO is avalible:

Implemented this, it works well with the newly added -V option.  This is
just after rc1, so it is for the next release.

Best regards, Wouter

> 
> --- unbound-1.9.2rc2.orig/daemon/unbound.c
> +++ unbound-1.9.2rc2/daemon/unbound.c
> @@ -133,6 +133,9 @@ static void usage(void)
>  #ifdef USE_DNSCRYPT
>         printf("DNSCrypt feature available\n");
>  #endif
> +#ifdef USE_TCP_FASTOPEN
> +       printf("TCP Fastopen feature available\n");
> +#endif
>         printf("BSD licensed, see LICENSE in source package for details.\n");
>         printf("Report bugs to %s\n", PACKAGE_BUGREPORT);
>         ub_event_base_free(base);
> 
> Andeas
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.nlnetlabs.nl/pipermail/unbound-users/attachments/20190815/b294274a/attachment.bin>


More information about the Unbound-users mailing list