wip
[oweals/gnunet.git] / src / transport / test_transport_api_tcp_peer1.conf
index 5f7dd8330edc3a4937f4e20e3285f7f1e11d1332..e750ee0118d33dac9db4617ef969cb1053c2f54d 100644 (file)
@@ -1,6 +1,12 @@
 [transport-tcp]
+DISABLEV6 = YES
 PORT = 12368
 BINDTO = 127.0.0.1
+BEHIND_NAT = NO
+ALLOW_NAT = NO
+ENABLE_UPNP = NO
+INTERNAL_ADDRESS = 127.0.0.1
+EXTERNAL_ADDRESS = 127.0.0.1
 
 [fs]
 AUTOSTART = NO
@@ -34,7 +40,7 @@ MINIMUM-FRIENDS = 0
 PLUGINS = tcp
 #DEBUG = YES
 #PREFIX = xterm -T transport2 -e gdb --command=cmd --args
-#PREFIX = valgrind --tool=callgrind
+#PREFIX = valgrind --tool=memcheck --leak-check=full --log-file=transport%p
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -90,10 +96,6 @@ HOSTNAME = localhost
 PORT = 12366
 UNIXPATH = /tmp/gnunet-p1-service-arm.sock
 
-[transport-tcp]
-TIMEOUT = 300000
-PORT = 12368
-
 [TESTING]
 WEAKRANDOM = YES
 
@@ -101,6 +103,11 @@ WEAKRANDOM = YES
 HOSTKEY = $SERVICEHOME/.hostkey
 
 [PATHS]
-DEFAULTCONFIG = test_transport_api_tcp_peer1.conf
+#DEFAULTCONFIG = test_transport_api_tcp_peer1.conf
 SERVICEHOME = /tmp/test-gnunetd-transport-peer-1/
 
+
+[dht]
+AUTOSTART = NO
+
+