rename test as it is now communicator-independent
[oweals/gnunet.git] / src / transport / test_communicator_unix_peer1.conf
1 @INLINE@ test_transport_defaults.conf
2
3 [PATHS]
4 GNUNET_TEST_HOME = $GNUNET_TMP/test-communicator-unix-1/
5
6 [PEER]
7 PRIVATE_KEY = $GNUNET_TMP/test-communicator-unix-1/private.key
8
9 [transport-tcp]
10 PORT = 52400
11
12 [transport-udp]
13 PORT = 52401
14
15 [transport]
16 PORT = 60000
17 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-transport_test_1.sock
18
19 [communicator-unix]
20 UNIXPATH = $GNUNET_RUNTIME_DIR/test_gnunet-communicator-unix_1.sock
21
22 [communicator-tcp]
23 BINDTO = 60002
24
25 [communicator-udp]
26 BINDTO = 60002