-add missing comments, expand error checking
[oweals/gnunet.git] / src / dht / test_dht_api_data.conf
index 6250eb57bd7ad388625026d3e86fe244540ca9ee..0e34eb747d6887a6d6589505473f74dc628ae059 100644 (file)
@@ -5,6 +5,9 @@ DEFAULTCONFIG = test_dht_api_data.conf
 [fs]
 AUTOSTART = NO
 
+[resolver]
+AUTOSTART = NO
+
 [datastore-sqlite]
 FILENAME = $SERVICEHOME/datastore/sqlite.db
 
@@ -17,15 +20,20 @@ AUTOCONNECT = YES
 FRIENDS-ONLY = NO
 MINIMUM-FRIENDS = 0
 
+[ats]
+WAN_QUOTA_IN = 1 GB
+WAN_QUOTA_OUT = 1 GB
+
 [core]
-TOTAL_QUOTA_OUT = 3932160
-TOTAL_QUOTA_IN = 3932160
 PORT = 2092
 
 [dht]
 DEBUG = NO
 PORT = 12370
 
+[block]
+plugins = dht test
+
 [transport]
 plugins = tcp
 DEBUG = NO
@@ -46,12 +54,32 @@ DEFAULTSERVICES =
 PORT = 2087
 
 [transport-tcp]
-TIMEOUT = 300000
+TIMEOUT = 300 s
 PORT = 2094
 
 [TESTING]
 WEAKRANDOM = NO
+HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
 
 [gnunetd]
 HOSTKEY = $SERVICEHOME/.hostkey
 
+
+[nat]
+DISABLEV6 = YES
+BINDTO = 127.0.0.1
+ENABLE_UPNP = NO
+BEHIND_NAT = NO
+ALLOW_NAT = NO
+INTERNAL_ADDRESS = 127.0.0.1
+EXTERNAL_ADDRESS = 127.0.0.1
+
+[dns]
+AUTOSTART = NO
+
+
+
+[nse]
+AUTOSTART = NO
+
+