fix dist for tng
[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 [nat]
20 UNIXPATH = $GNUNET_TMP/communicator-unix-1/nat.sock
21 ENABLE_IPSCAN = YES
22
23 [communicator-unix]
24 UNIXPATH = $GNUNET_RUNTIME_DIR/communicator-unix-1.sock
25
26 [communicator-tcp]
27 BINDTO = 60002
28
29 [communicator-udp]
30 BINDTO = 60002