doxygen
[oweals/gnunet.git] / src / transport / test_transport_api_rel_http_peer1.conf
index b7e8fb53692efb9207751d0ef80e902dd7b6c3de..05b7a2161fdb5844b069475638fb634ff75e8afe 100644 (file)
@@ -1,10 +1,20 @@
 [transport-http]
 PORT = 12389
 DEBUG = NO
+USE_IPv4 = YES
 USE_IPv6 = NO
 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
+KEY_FILE = https_key_p1.key
+CERT_FILE = https_cert_p1.crt
 
 [fs]
 AUTOSTART = NO
@@ -37,7 +47,7 @@ MINIMUM-FRIENDS = 0
 [transport]
 PLUGINS = http
 #PLUGINS = tcp http
-DEBUG = NO
+#DEBUG = YES
 ACCEPT_FROM6 = ::1;
 ACCEPT_FROM = 127.0.0.1;
 NEIGHBOUR_LIMIT = 50
@@ -49,7 +59,8 @@ 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
+#PREFIX = valgrind --tool=callgrind --callgrind-out-file=http_rel_peer1.out
+#PREFIX = strace -c -o strace_peer1.txt
 
 [peerinfo]
 TRUST = $SERVICEHOME/data/credit/
@@ -96,7 +107,7 @@ UNIXPATH = /tmp/gnunet-p1-service-arm.sock
 
 [transport-tcp]
 PORT = 12399
-DEBUG = YES
+#DEBUG = YES
 
 
 [TESTING]
@@ -106,6 +117,10 @@ WEAKRANDOM = YES
 HOSTKEY = $SERVICEHOME/.hostkey
 
 [PATHS]
-DEFAULTCONFIG = test_transport_api_http_peer1.conf
 SERVICEHOME = /tmp/test-gnunetd-transport-peer-1/
 
+
+[dht]
+AUTOSTART = NO
+
+