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.conf32
1 files changed, 0 insertions, 32 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 b8a743a3b..000000000
--- a/src/transport/test_transport_api2_tcp_node1.conf
+++ /dev/null
@@ -1,32 +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=/tmp/vg_peer1-%p
9UNIXPATH = $GNUNET_RUNTIME_DIR/tng-p1.sock
10
11[communicator-tcp]
12BINARY = gnunet-communicator-tcp
13BINDTO = 192.168.15.1:60002
14DISABLE_V6 = YES
15IMMEDIATE_START = YES
16UNIXPATH = $GNUNET_RUNTIME_DIR/tcp-comm-p1.sock
17#PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes --log-file=/tmp/vg_ctpeer1-%p
18#PREFIX = xterm -geometry 100x85 -T peer1 -e gdb --args
19
20[communicator-udp]
21#PREFIX = valgrind --leak-check=full --track-origins=yes --trace-children=yes --log-file=/tmp/vg_cupeer1-%p
22BINARY = gnunet-communicator-udp
23BINDTO = 192.168.15.1:60002
24DISABLE_V6 = YES
25IMMEDIATE_START = YES
26UNIXPATH = $GNUNET_RUNTIME_DIR/udp-comm-p1.sock
27
28[peerstore]
29IMMEDIATE_START = YES
30
31#[transport]
32#PREFIX = valgrind