mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 20:29:28 -05:00
- (for later release): -V prints if TCP fastopen is available.
This commit is contained in:
parent
e84b913585
commit
0532cdd357
2 changed files with 4 additions and 0 deletions
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue