aboutsummaryrefslogtreecommitdiff
path: root/util/config_file.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2018-09-10 16:30:18 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2018-09-10 16:30:18 +0000
commit7b6fdf425a9ef38fe9e16779b3af25863104d9c0 (patch)
tree1ac9dd11604f49ca6a2feae373ff4dc7e6fb0002 /util/config_file.h
parent4289761a7b61df4b64c11ada446a187df61e6a1e (diff)
downloadsrc-7b6fdf425a9ef38fe9e16779b3af25863104d9c0.tar.gz
src-7b6fdf425a9ef38fe9e16779b3af25863104d9c0.zip
Vendor import of Unbound 1.7.2.vendor/unbound/1.7.2
Notes
Notes: svn path=/vendor/unbound/dist/; revision=338562 svn path=/vendor/unbound/1.7.2/; revision=338563; tag=vendor/unbound/1.7.2
Diffstat (limited to 'util/config_file.h')
-rw-r--r--util/config_file.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/util/config_file.h b/util/config_file.h
index eba60b9a1356..548cc33e908f 100644
--- a/util/config_file.h
+++ b/util/config_file.h
@@ -102,8 +102,10 @@ struct config_file {
int ssl_upstream;
/** cert bundle for outgoing connections */
char* tls_cert_bundle;
+ /** should the system certificate store get added to the cert bundle */
+ int tls_win_cert;
/** additional tls ports */
- struct config_strlist* additional_tls_port;
+ struct config_strlist* tls_additional_ports;
/** outgoing port range number of ports (per thread) */
int outgoing_num_ports;
@@ -144,7 +146,7 @@ struct config_file {
/** the target fetch policy for the iterator */
char* target_fetch_policy;
/** percent*10, how many times in 1000 to pick low rtt destinations */
- int low_rtt_pct;
+ int low_rtt_permil;
/** what time in msec is a low rtt destination */
int low_rtt;