From 0532cdd357170803f1d40ccd1ddbb142700bf99e Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Thu, 15 Aug 2019 17:04:38 +0200 Subject: [PATCH] - (for later release): -V prints if TCP fastopen is available. --- daemon/unbound.c | 3 +++ doc/Changelog | 1 + 2 files changed, 4 insertions(+) diff --git a/daemon/unbound.c b/daemon/unbound.c index f5d28bacb..f696b19d3 100644 --- a/daemon/unbound.c +++ b/daemon/unbound.c @@ -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"); diff --git a/doc/Changelog b/doc/Changelog index 198055738..02ed719e2 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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 -- 2.47.3