aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_data_http.conf
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-07-25 13:58:38 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-07-25 13:58:38 +0000
commit49bb861ae2f02b2ba5af68cc6aaf13a135032420 (patch)
treec6b25fffd2ff4e9a06b3977d050993a00576f465 /src/transport/test_plugin_transport_data_http.conf
parent12d1bb08b090ea81140656e3b10a0bc095c4b8e1 (diff)
downloadgnunet-49bb861ae2f02b2ba5af68cc6aaf13a135032420.tar.gz
gnunet-49bb861ae2f02b2ba5af68cc6aaf13a135032420.zip
Diffstat (limited to 'src/transport/test_plugin_transport_data_http.conf')
-rw-r--r--src/transport/test_plugin_transport_data_http.conf10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/transport/test_plugin_transport_data_http.conf b/src/transport/test_plugin_transport_data_http.conf
index 9418ac751..476229622 100644
--- a/src/transport/test_plugin_transport_data_http.conf
+++ b/src/transport/test_plugin_transport_data_http.conf
@@ -7,13 +7,21 @@ WEAKRANDOM = YES
7 7
8[transport-http] 8[transport-http]
9PORT = 12389 9PORT = 12389
10DEBUG = NO 10DEBUG = YES
11#USE_IPv4 = NO 11#USE_IPv4 = NO
12#USE_IPv6 = NO 12#USE_IPv6 = NO
13USE_IPv6 = YES 13USE_IPv6 = YES
14#BINDTO4 = 127.0.0.1 14#BINDTO4 = 127.0.0.1
15#BINDTO6 = ::1 15#BINDTO6 = ::1
16 16
17[transport-https]
18PORT = 12389
19DEBUG = NO
20#USE_IPv4 = NO
21#USE_IPv6 = NO
22USE_IPv6 = YES
23#BINDTO4 = 127.0.0.1
24#BINDTO6 = ::1
17 25
18[transport] 26[transport]
19PREFIX = valgrind --leak-check=full 27PREFIX = valgrind --leak-check=full