add math lib, remove noinst temporarily
[oweals/gnunet.git] / contrib / defaults.conf
index 9f22167d70902576a72877a7afcab33e5b65d972..86c6a25edf535e98aab80b7769a8954cf86e11cd 100644 (file)
@@ -18,6 +18,9 @@ CONNECT_ATTEMPTS = 3
 # How many connections can happen simultaneously?
 MAX_OUTSTANDING_CONNECTIONS = 50
 
+# Should we clean up the files on peer group shutdown?
+DELETE_FILES = YES
+
 [client]
 HOME = $SERVICEHOME
 
@@ -28,9 +31,15 @@ BEHIND_NAT = NO
 # Is the NAT hole-punched?
 PUNCHED_NAT = NO
 
-# Disable UPNP by default until it gets cleaner!
+# Enable UPNP by default?
 ENABLE_UPNP = NO
 
+# Use addresses from the local network interfaces (inluding loopback, but also others)
+USE_LOCALADDR = YES
+
+# Use address obtained from a DNS lookup of our hostname
+USE_HOSTNAME = NO
+
 # External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!)
 # normal interface IP address for non-NATed peers; 
 # possibly auto-detected (using UPnP) if possible if not specified
@@ -49,41 +58,58 @@ ENABLE_ICMP_SERVER = NO
 # Disable IPv6 support
 DISABLEV6 = NO
 
+# How often do we query the DNS resolver
+# for our hostname (to get our own IP), in ms
+HOSTNAME_DNS_FREQUENCY = 1200000
+
+# How often do we iterate over our 
+# network interfaces to check for changes
+# in our IP address? in ms
+IFC_SCAN_FREQUENCY = 3000000
+
+# How often do we query the DNS resolver
+# for our hostname (to get our own IP), in ms
+DYNDNS_FREQUENCY = 140000
+
+[gnunet-nat-server]
+HOSTNAME = gnunet.org
+PORT = 5724
 
 [transport-tcp]
 # Use 0 to ONLY advertise as a peer behind NAT (no port binding)
 PORT = 2086
 ADVERTISED_PORT = 2086
 
-TIMEOUT = 300000
+# Maximum number of open TCP connections allowed
+MAX_CONNECTIONS = 128
 
-# Allow use of loopback address
-USE_LOCALADDR = NO
+TIMEOUT = 5000
 
 # ACCEPT_FROM =
 # ACCEPT_FROM6 =
 # REJECT_FROM =
 # REJECT_FROM6 =
-# BINDTO = 
+# BINDTO =
+
+MAX_CONNECTIONS = 128
 
 
 [transport-udp]
 PORT = 2086
 
-# Allow use of loopback address
-USE_LOCALADDR = NO
+MAX_BPS = 1000000
 
 
 [transport-http]
 PORT = 1080
-# Allow use of loopback address
-USE_LOCALADDR = NO
-
+MAX_CONNECTIONS = 128
 
 [transport-https]
 PORT = 4433
-# Allow use of loopback address
-USE_LOCALADDR = NO
+CRYPTO_INIT = NORMAL
+KEY_FILE = https.key
+CERT_FILE = https.cert
+MAX_CONNECTIONS = 128
 
 
 [transport-wlan]
@@ -209,6 +235,18 @@ UNIX_MATCH_GID = YES
 # REJECT_FROM6 =
 # PREFIX =
 
+
+# ATS options
+DUMP_MLP = NO
+DUMP_SOLUTION = NO
+DUMP_OVERWRITE = NO 
+DUMP_MIN_PEERS = 0
+DUMP_MIN_ADDRS = 0
+DUMP_OVERWRITE = NO
+ATS_MIN_INTERVAL = 15000
+ATS_EXEC_INTERVAL = 30000
+
+
 [core]
 AUTOSTART = YES
 PORT = 2092
@@ -373,7 +411,7 @@ PLUGINS = fs dht test dns
 
 [mesh]
 AUTOSTART = YES
-PORT = 10511
+PORT = 2096
 HOSTNAME = localhost
 HOME = $SERVICEHOME
 CONFIG = $DEFAULTCONFIG
@@ -384,6 +422,31 @@ UNIXPATH = /tmp/gnunet-service-mesh.sock
 UNIX_MATCH_UID = YES
 UNIX_MATCH_GID = YES
 
+[nse]
+AUTOSTART = YES
+PORT = 2097
+HOSTNAME = localhost
+HOME = $SERVICEHOME
+CONFIG = $DEFAULTCONFIG
+BINARY = gnunet-service-nse
+ACCEPT_FROM = 127.0.0.1;
+ACCEPT_FROM6 = ::1;
+UNIXPATH = /tmp/test-nse-service-nse.unix
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+PROOFFILE = $SERVICEHOME/.nse-proof
+HISTOGRAM = $SERVICEHOME/nse-history.log
+
+# How 'slowly' should the proof-of-work be constructed (delay
+# between rounds in ms); sane values between 0 and ~1000.
+WORKDELAY = 5
+
+# Note: changing any of the values below will make this peer
+# completely incompatible with other peers! 
+INTERVAL = 3600000
+WORKBITS = 20
+
+
 [vpn]
 CONFIG = $DEFAULTCONFIG
 BINARY = gnunet-daemon-vpn
@@ -416,3 +479,4 @@ ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
 UNIXPATH = /tmp/gnunet-service-dns.sock
 PROVIDE_EXIT = NO
+