From: W.C.A. Wijngaards Date: Thu, 15 Aug 2019 15:04:38 +0000 (+0200) Subject: - (for later release): -V prints if TCP fastopen is available. X-Git-Tag: release-1.9.3rc2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0532cdd357170803f1d40ccd1ddbb142700bf99e;p=thirdparty%2Funbound.git - (for later release): -V prints if TCP fastopen is available. --- 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