diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2010-07-16 10:40:31 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2010-07-16 10:40:31 +0000 |
commit | c627f052adb2151d4ec4b5dbefb8c9f1849598a7 (patch) | |
tree | f759841842dfc5d3d20180fa95bc36a8f9b7549c /src/transport/test_transport_api_http_peer1.conf | |
parent | f301aa4fd5c7ec64889dcd4a5b6c3621a1895853 (diff) |
added configuration value to en-/disable ipv6 usage
Diffstat (limited to 'src/transport/test_transport_api_http_peer1.conf')
-rw-r--r-- | src/transport/test_transport_api_http_peer1.conf | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/transport/test_transport_api_http_peer1.conf b/src/transport/test_transport_api_http_peer1.conf index 2cbf82e5e..9521999ee 100644 --- a/src/transport/test_transport_api_http_peer1.conf +++ b/src/transport/test_transport_api_http_peer1.conf @@ -1,7 +1,10 @@ [transport-http] PORT = 12389 -DEBUG = YES -BINDTO = 127.0.0.1 +DEBUG = NO +USE_IPv6 = YES +#BINDTO4 = 127.0.0.1 +#BINDTO6 = ::1 + [fs] AUTOSTART = NO @@ -35,8 +38,6 @@ MINIMUM-FRIENDS = 0 PLUGINS = http #PLUGINS = tcp http DEBUG = NO -#PREFIX = xterm -T transport2 -e gdb --command=cmd --args -#PREFIX = valgrind --leak-check=full ACCEPT_FROM6 = ::1; ACCEPT_FROM = 127.0.0.1; NEIGHBOUR_LIMIT = 50 @@ -46,6 +47,9 @@ HOME = $SERVICEHOME HOSTNAME = localhost 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 [peerinfo] TRUST = $SERVICEHOME/data/credit/ |