aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api2_tcp_node1.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api2_tcp_node1.conf')
-rw-r--r--src/transport/test_transport_api2_tcp_node1.conf35
1 files changed, 0 insertions, 35 deletions
diff --git a/src/transport/test_transport_api2_tcp_node1.conf b/src/transport/test_transport_api2_tcp_node1.conf
deleted file mode 100644
index 37b6f08d1..000000000
--- a/src/transport/test_transport_api2_tcp_node1.conf
+++ /dev/null
@@ -1,35 +0,0 @@
1@INLINE@ template_cfg_peer1.conf
2[PATHS]
3GNUNET_TEST_HOME = $GNUNET_TMP/test-transport/api-tcp-p1/
4
5[transport]
6BINARY = gnunet-service-tng
7PLUGINS = tcp
8#PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes --log-file=$GNUNET_TEST_HOME/vg_peer1-%p
9UNIXPATH = $GNUNET_RUNTIME_DIR/tng-p1.sock
10
11[PEER]
12PRIVATE_KEY = $GNUNET_RUNTIME_DIR/private.key
13
14[communicator-tcp]
15BINARY = gnunet-communicator-tcp
16BINDTO = 192.168.15.1:60002
17DISABLE_V6 = YES
18IMMEDIATE_START = YES
19UNIXPATH = $GNUNET_RUNTIME_DIR/tcp-comm-p1.sock
20#PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes --log-file=$GNUNET_TEST_HOME/vg_ctpeer1-%p
21#PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
22
23[communicator-udp]
24#PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes --log-file=$GNUNET_TEST_HOME/vg_cupeer1-%p
25BINARY = gnunet-communicator-udp
26BINDTO = 192.168.15.1:60002
27DISABLE_V6 = YES
28IMMEDIATE_START = YES
29UNIXPATH = $GNUNET_RUNTIME_DIR/udp-comm-p1.sock
30
31[peerstore]
32IMMEDIATE_START = YES
33
34#[transport]
35#PREFIX = valgrind