aboutsummaryrefslogtreecommitdiff
path: root/src/dv
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-11 22:50:10 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-11 22:50:10 +0000
commit9dbf3b587010260ad2e26450a86a37ecd298df11 (patch)
treeb475c461b0dd6906f885b9992a98e13cec5f36d2 /src/dv
parent6f5773151141852cdb07a14edb2d5974d89814c2 (diff)
downloadgnunet-9dbf3b587010260ad2e26450a86a37ecd298df11.tar.gz
gnunet-9dbf3b587010260ad2e26450a86a37ecd298df11.zip
-more logging, etc.
Diffstat (limited to 'src/dv')
-rw-r--r--src/dv/test_transport_dv_data.conf10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/dv/test_transport_dv_data.conf b/src/dv/test_transport_dv_data.conf
index 77dda946f..44ae1f0fd 100644
--- a/src/dv/test_transport_dv_data.conf
+++ b/src/dv/test_transport_dv_data.conf
@@ -3,12 +3,16 @@
3[transport] 3[transport]
4PORT = 2565 4PORT = 2565
5PLUGINS = tcp dv 5PLUGINS = tcp dv
6PREFIX = valgrind 6PREFIX = valgrind --leak-check=full --track-fds=yes --leak-resolution=high
7 7
8[dv] 8[dv]
9AUTOSTART = YES 9AUTOSTART = YES
10#PREFIX = valgrind 10PREFIX = valgrind --leak-check=full --track-fds=yes --leak-resolution=high
11 11
12[set] 12[set]
13AUTOSTART = YES 13AUTOSTART = YES
14#PREFIX = valgrind 14PREFIX = valgrind --leak-check=full --track-fds=yes --leak-resolution=high
15
16[core]
17PREFIX = valgrind --leak-check=full --track-fds=yes --leak-resolution=high
18