transport service hello reduction, klocwork fixes
[oweals/gnunet.git] / src / transport / test_transport_api_http_peer2.conf
index 00b90358ff84e77a7cb1e2c72cbfde87dbb1cc02..dc370fa124308e87e0e33dd698a14ce51d484e39 100644 (file)
@@ -1,6 +1,18 @@
 [transport-http]
 PORT = 22368
-DEBUG = YES
+DEBUG = NO
+USE_IPv6 = YES
+USE_IPv4 = YES
+#BINDTO4 = 127.0.0.1
+#BINDTO6 = ::1
+
+[transport-https]
+PORT = 42388
+DEBUG = NO
+USE_IPv6 = YES
+USE_IPv4 = YES
+#BINDTO4 = 127.0.0.1
+#BINDTO6 = ::1
 
 [fs]
 AUTOSTART = NO
@@ -33,8 +45,7 @@ MINIMUM-FRIENDS = 0
 [transport]
 PLUGINS = http
 #PLUGINS = tcp http
-DEBUG = YES
-# PREFIX = 
+#DEBUG = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -46,6 +57,7 @@ PORT = 22365
 UNIXPATH = /tmp/gnunet-p2-service-transport.sock
 #PREFIX = xterm -T transport1 -e gdb --command=cmd --args
 #PREFIX = valgrind --leak-check=full
+#PREFIX = valgrind --tool=massif
 
 [peerinfo]
 TRUST = $SERVICEHOME/data/credit/
@@ -94,11 +106,11 @@ UNIXPATH = /tmp/gnunet-p2-service-arm.sock
 
 [transport-http]
 PORT = 22389
-DEBUG = YES
+DEBUG = NO
 
 [transport-tcp]
 PORT = 22399
-DEBUG = YES
+#DEBUG = YES
 
 [TESTING]
 WEAKRANDOM = YES
@@ -107,6 +119,10 @@ WEAKRANDOM = YES
 HOSTKEY = $SERVICEHOME/.hostkey
 
 [PATHS]
-DEFAULTCONFIG = test_transport_api_http_peer2.conf
 SERVICEHOME = /tmp/test-gnunetd-transport-peer-2/
 
+
+[dht]
+AUTOSTART = NO
+
+