doxy
[oweals/gnunet.git] / src / dv / test_transport_dv_data.conf
index 7e28d2d93e5571928cb7c463496fcd01eca2eef7..1078c369ff7e0791d9b543ad6e615183de0f3f86 100644 (file)
@@ -6,11 +6,12 @@ DEFAULTCONFIG = test_transport_dv_data.conf
 PORT = 2564
 
 [transport]
-DEBUG = NO
+DEBUG = YES
 PORT = 2565
 PLUGINS = tcp dv
 BLACKLIST_FILE = $SERVICEHOME/blacklist
 BINARY = gnunet-service-transport
+USE_LOCALADDR = NO
 
 [arm]
 PORT = 2566
@@ -21,6 +22,7 @@ PORT = 2567
 
 [transport-tcp]
 PORT = 2568
+BINDTO = 127.0.0.1
 
 [transport-udp]
 PORT = 2568
@@ -43,7 +45,7 @@ HOSTNAME = localhost
 PORT = 2571
 
 [testing]
-NUM_PEERS = 5
+NUM_PEERS = 3
 ADDITIONAL_MESSAGES = 10
 DEBUG = NO
 WEAKRANDOM = YES
@@ -52,18 +54,26 @@ CONNECT_TOPOLOGY = LINE
 BLACKLIST_TOPOLOGY = LINE
 BLACKLIST_TRANSPORTS = tcp
 F2F = YES
-HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
+HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
 
 [fs]
 AUTOSTART = NO
 
-
-
 [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
+USE_LOCALADDR = NO
+
+[dns]
+AUTOSTART = NO
+
+
+
+[nse]
+AUTOSTART = NO
+
+