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-16 10:40:31 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-07-16 10:40:31 +0000
commitc627f052adb2151d4ec4b5dbefb8c9f1849598a7 (patch)
treef759841842dfc5d3d20180fa95bc36a8f9b7549c /src/transport/test_plugin_transport_data_http.conf
parentf301aa4fd5c7ec64889dcd4a5b6c3621a1895853 (diff)
downloadgnunet-c627f052adb2151d4ec4b5dbefb8c9f1849598a7.tar.gz
gnunet-c627f052adb2151d4ec4b5dbefb8c9f1849598a7.zip
added configuration value to en-/disable ipv6 usage
Diffstat (limited to 'src/transport/test_plugin_transport_data_http.conf')
-rw-r--r--src/transport/test_plugin_transport_data_http.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/transport/test_plugin_transport_data_http.conf b/src/transport/test_plugin_transport_data_http.conf
index 7a14f793a..f17627776 100644
--- a/src/transport/test_plugin_transport_data_http.conf
+++ b/src/transport/test_plugin_transport_data_http.conf
@@ -8,7 +8,10 @@ WEAKRANDOM = YES
8[transport-http] 8[transport-http]
9PORT = 12389 9PORT = 12389
10DEBUG = NO 10DEBUG = NO
11BINDTO = 127.0.0.1 11USE_IPv6 = YES
12#BINDTO4 = 127.0.0.1
13#BINDTO6 = ::1
14
12 15
13[transport] 16[transport]
14PREFIX = valgrind --leak-check=full 17PREFIX = valgrind --leak-check=full