From c627f052adb2151d4ec4b5dbefb8c9f1849598a7 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 16 Jul 2010 10:40:31 +0000 Subject: added configuration value to en-/disable ipv6 usage --- src/transport/test_transport_api_http_peer2.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/transport/test_transport_api_http_peer2.conf') diff --git a/src/transport/test_transport_api_http_peer2.conf b/src/transport/test_transport_api_http_peer2.conf index 15a562b6e..ad8e2fb90 100644 --- a/src/transport/test_transport_api_http_peer2.conf +++ b/src/transport/test_transport_api_http_peer2.conf @@ -1,7 +1,9 @@ [transport-http] PORT = 22368 -DEBUG = YES -BINDTO = 127.0.0.1 +DEBUG = NO +USE_IPv6 = YES +#BINDTO4 = 127.0.0.1 +#BINDTO6 = ::1 [fs] AUTOSTART = NO @@ -35,7 +37,6 @@ MINIMUM-FRIENDS = 0 PLUGINS = http #PLUGINS = tcp http DEBUG = NO -# PREFIX = ACCEPT_FROM6 = ::1; ACCEPT_FROM = 127.0.0.1; NEIGHBOUR_LIMIT = 50 @@ -47,6 +48,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/ -- cgit v1.2.3