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:

--- 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

Reply via email to