X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftransport%2Ftest_transport_api_rel_http_peer2.conf;h=e1658bf75a29a10c4a3b69638cc53278ac2460f6;hb=cb3c882dbb05a797728dfd8b5983ade5a8999eac;hp=6cdd84fe75b8c6063c08a88b108d38fbc23a2556;hpb=f47e58bcd37ebd0c9382e0893d2045abd2c23b7a;p=oweals%2Fgnunet.git diff --git a/src/transport/test_transport_api_rel_http_peer2.conf b/src/transport/test_transport_api_rel_http_peer2.conf index 6cdd84fe7..e1658bf75 100644 --- a/src/transport/test_transport_api_rel_http_peer2.conf +++ b/src/transport/test_transport_api_rel_http_peer2.conf @@ -1,10 +1,21 @@ [transport-http] -PORT = 22368 +PORT = 22389 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_p2.key +CERT_FILE = https_cert_p2.crt + [fs] AUTOSTART = NO @@ -36,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,6 +60,8 @@ 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 +#PREFIX = valgrind --tool=callgrind --callgrind-out-file=http_rel_peer2.out +#PREFIX = strace -c -o strace_peer2.txt [peerinfo] TRUST = $SERVICEHOME/data/credit/ @@ -97,11 +110,11 @@ UNIXPATH = /tmp/gnunet-p2-service-arm.sock [transport-http] PORT = 22389 -DEBUG = NO +#DEBUG = NO [transport-tcp] PORT = 22399 -DEBUG = YES +#DEBUG = YES [TESTING] WEAKRANDOM = YES @@ -110,6 +123,10 @@ WEAKRANDOM = YES HOSTKEY = $SERVICEHOME/.hostkey [PATHS] -DEFAULTCONFIG = test_transport_api_http_peer2.conf SERVICEHOME = /tmp/test-gnunetd-transport-peer-2/ + +[dht] +AUTOSTART = NO + +