- (for later release): -V prints if TCP fastopen is available.

This commit is contained in:
W.C.A. Wijngaards 2019-08-15 17:04:38 +02:00
parent e84b913585
commit 0532cdd357
2 changed files with 4 additions and 0 deletions

View 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");

View 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