aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-08-19 15:47:11 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-08-19 15:47:11 +0000
commit8427085ce0f294de6935dd94c3343e63a5fcb159 (patch)
treee990c263e30fc1f2b20e24e2245769fea442ecde
parent9dd0824b40e7afeaf948a564d544b384db12cadf (diff)
downloadgnunet-8427085ce0f294de6935dd94c3343e63a5fcb159.tar.gz
gnunet-8427085ce0f294de6935dd94c3343e63a5fcb159.zip
fixing mantis 3002
timeouts were off by factor 10 - fixed timeouts - changed default configuration values to fancy strings - intervalls are not corresponding to the default values used internaly in nat.c
-rw-r--r--src/nat/nat.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/nat/nat.conf b/src/nat/nat.conf
index 2ddb95803..a723e9c2b 100644
--- a/src/nat/nat.conf
+++ b/src/nat/nat.conf
@@ -36,17 +36,17 @@ DISABLEV6 = NO
36RETURN_LOCAL_ADDRESSES = NO 36RETURN_LOCAL_ADDRESSES = NO
37 37
38# How often do we query the DNS resolver 38# How often do we query the DNS resolver
39# for our hostname (to get our own IP), in ms 39# for our hostname (to get our own IP)
40HOSTNAME_DNS_FREQUENCY = 1200000 40HOSTNAME_DNS_FREQUENCY = 20 min
41 41
42# How often do we iterate over our 42# How often do we iterate over our
43# network interfaces to check for changes 43# network interfaces to check for changes
44# in our IP address? in ms 44# in our IP address?
45IFC_SCAN_FREQUENCY = 30000 ms 45IFC_SCAN_FREQUENCY = 15 min
46 46
47# How often do we query the DNS resolver 47# How often do we query the DNS resolver
48# for our hostname (to get our own IP), in ms 48# for our hostname (to get our own IP)
49DYNDNS_FREQUENCY = 140000 49DYNDNS_FREQUENCY = 7 min
50 50
51[gnunet-nat-server] 51[gnunet-nat-server]
52HOSTNAME = gnunet.org 52HOSTNAME = gnunet.org