aboutsummaryrefslogtreecommitdiff
path: root/contrib/defaults.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-30 20:32:23 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-30 20:32:23 +0000
commit03fea5ab807717d8cd1263cb0f334fc042b1a32b (patch)
tree46815fc9f2d4dc2b1c0a79c9c6be3ae1af8e822e /contrib/defaults.conf
parent5c5b1bd3586da2f5b076b6371e2c906e7f689c80 (diff)
downloadgnunet-03fea5ab807717d8cd1263cb0f334fc042b1a32b.tar.gz
gnunet-03fea5ab807717d8cd1263cb0f334fc042b1a32b.zip
make refresh frequencies configurable
Diffstat (limited to 'contrib/defaults.conf')
-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)