aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/defaults.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/defaults.conf b/contrib/defaults.conf
index 4c21158c8..f5a0c8c7e 100644
--- a/contrib/defaults.conf
+++ b/contrib/defaults.conf
@@ -52,6 +52,19 @@ ENABLE_ICMP_SERVER = NO
52# Disable IPv6 support 52# Disable IPv6 support
53DISABLEV6 = NO 53DISABLEV6 = NO
54 54
55# How often do we query the DNS resolver
56# for our hostname (to get our own IP), in ms
57HOSTNAME_DNS_FREQUENCY = 1200000
58
59# How often do we iterate over our
60# network interfaces to check for changes
61# in our IP address? in ms
62IFC_SCAN_FREQUENCY = 3000000
63
64# How often do we query the DNS resolver
65# for our hostname (to get our own IP), in ms
66DYNDNS_FREQUENCY = 140000
67
55 68
56[transport-tcp] 69[transport-tcp]
57# Use 0 to ONLY advertise as a peer behind NAT (no port binding) 70# Use 0 to ONLY advertise as a peer behind NAT (no port binding)