]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- (for later release): -V prints if TCP fastopen is available.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 15 Aug 2019 15:04:38 +0000 (17:04 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 15 Aug 2019 15:04:38 +0000 (17:04 +0200)
daemon/unbound.c
doc/Changelog

index f5d28bacbb261691acbcdadb490353e8b6238ea6..f696b19d39ef28a5c65272c915077aa158ca918b 100644 (file)
@@ -121,6 +121,9 @@ print_build_options(void)
        printf("\n");
 #ifdef USE_DNSCRYPT
        printf("DNSCrypt feature available\n");
+#endif
+#ifdef USE_TCP_FASTOPEN
+       printf("TCP Fastopen feature available\n");
 #endif
        ub_event_base_free(base);
        printf("\nBSD licensed, see LICENSE in source package for details.\n");
index 198055738a84eb6d6991b703a9b844dd1bafe8c8..02ed719e2cb517c0fb2b31bd186c451aedb25b6a 100644 (file)
@@ -5,6 +5,7 @@
        - escape commandline contents for -V.
        - Fix character buffer size in ub_ctx_hosts.
        - 1.9.3rc1 release candidate tag.
+       - (for later release): -V prints if TCP fastopen is available.
 
 14 August 2019: George
        - Fix #59, when compiled with systemd support check that we can properly