moving NAT options into their own section
[oweals/gnunet.git] / src / transport / test_transport_api_tcp_peer1.conf
index 8f832a58c4b6a9fd7fa450cf93f345cac1aafe7f..a808df104c3a28d47301313c6ba4d30251be4296 100644 (file)
@@ -1,6 +1,15 @@
 [transport-tcp]
+USE_LOCALADDR = YES
 PORT = 12368
+
+[nat]
+DISABLEV6 = YES
 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 +43,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
@@ -69,7 +78,7 @@ PORT = 1236
 UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
 
 [statistics]
-AUTOSTART = NO
+AUTOSTART = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 BINARY = gnunet-service-statistics
@@ -90,10 +99,6 @@ HOSTNAME = localhost
 PORT = 12366
 UNIXPATH = /tmp/gnunet-p1-service-arm.sock
 
-[transport-tcp]
-TIMEOUT = 300000
-PORT = 12368
-
 [TESTING]
 WEAKRANDOM = YES
 
@@ -101,6 +106,13 @@ 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
+
+[mesh]
+AUTOSTART = NO
+