WiP
[oweals/gnunet.git] / src / dv / test_transport_dv_data.conf
index 2c6837d6369e6103905898232c8fb8afdbc017f9..17a85167cfec4423e9ae3dec42e8d1ab190b6c2e 100644 (file)
@@ -6,7 +6,7 @@ DEFAULTCONFIG = test_transport_dv_data.conf
 PORT = 2564
 
 [transport]
-DEBUG = YES
+DEBUG = NO
 PORT = 2565
 PLUGINS = tcp dv
 BLACKLIST_FILE = $SERVICEHOME/blacklist
@@ -20,6 +20,9 @@ DEFAULTSERVICES =
 PORT = 2567
 
 [transport-tcp]
+ENABLE_NAT_CLIENT = NO
+ENABLE_NAT_SERVER = NO
+ENABLE_UPNP = NO
 PORT = 2568
 
 [transport-udp]
@@ -33,7 +36,7 @@ PORT = 2570
 
 [dv]
 AUTOSTART = YES
-DEBUG = YES
+DEBUG = NO
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-dv
@@ -43,8 +46,8 @@ HOSTNAME = localhost
 PORT = 2571
 
 [testing]
-NUM_PEERS = 3
-ADDITIONAL_MESSAGES = 2
+NUM_PEERS = 5
+ADDITIONAL_MESSAGES = 10
 DEBUG = NO
 WEAKRANDOM = YES
 TOPOLOGY = CLIQUE
@@ -52,6 +55,7 @@ CONNECT_TOPOLOGY = LINE
 BLACKLIST_TOPOLOGY = LINE
 BLACKLIST_TRANSPORTS = tcp
 F2F = YES
+HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat
 
 [fs]
 AUTOSTART = NO