transport service hello reduction, klocwork fixes
[oweals/gnunet.git] / src / transport / test_transport_api_http_peer1.conf
index 2cbf82e5ecc22238739e42d6dc71ccdc8c42bfcf..e0e5aeea66649816d7a512f4ccf7f3b594355468 100644 (file)
@@ -1,7 +1,18 @@
 [transport-http]
 PORT = 12389
-DEBUG = YES
-BINDTO = 127.0.0.1
+DEBUG = NO
+USE_IPv6 = YES
+USE_IPv4 = YES
+#BINDTO4 = 127.0.0.1
+#BINDTO6 = ::1
+
+[transport-https]
+PORT = 42389
+DEBUG = NO
+USE_IPv6 = YES
+USE_IPv4 = YES
+#BINDTO4 = 127.0.0.1
+#BINDTO6 = ::1
 
 [fs]
 AUTOSTART = NO
@@ -34,9 +45,7 @@ MINIMUM-FRIENDS = 0
 [transport]
 PLUGINS = http
 #PLUGINS = tcp http
-DEBUG = NO
-#PREFIX = xterm -T transport2 -e gdb --command=cmd --args
-#PREFIX = valgrind --leak-check=full
+#DEBUG = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -46,6 +55,9 @@ HOME = $SERVICEHOME
 HOSTNAME = localhost
 PORT = 12365
 UNIXPATH = /tmp/gnunet-p1-service-transport.sock
+#PREFIX = xterm -T transport2 -e gdb --command=cmd --args
+#PREFIX = valgrind --leak-check=full
+#PREFIX = valgrind --tool=massif
 
 [peerinfo]
 TRUST = $SERVICEHOME/data/credit/
@@ -92,7 +104,7 @@ UNIXPATH = /tmp/gnunet-p1-service-arm.sock
 
 [transport-tcp]
 PORT = 12399
-DEBUG = YES
+#DEBUG = YES
 
 
 [TESTING]
@@ -102,6 +114,10 @@ WEAKRANDOM = YES
 HOSTKEY = $SERVICEHOME/.hostkey
 
 [PATHS]
-DEFAULTCONFIG = test_transport_api_http_peer1.conf
 SERVICEHOME = /tmp/test-gnunetd-transport-peer-1/
 
+
+[dht]
+AUTOSTART = NO
+
+