extended test to check configuration files
[oweals/gnunet.git] / src / transport / test_transport_api_bidirectional_connect_peer1.conf
1 @INLINE@ template_cfg_peer1.conf
2 [PATHS]
3 GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p1/
4
5 [arm]
6 PORT = 12000
7 DEFAULTSERVICES = transport
8 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-arm.sock
9
10 [statistics]
11 PORT = 12001
12 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-statistics.sock
13
14 [resolver]
15 PORT = 12002
16 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-resolver.sock
17
18 [peerinfo]
19 PORT = 12003
20 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-peerinfo.sock
21
22 [transport]
23 PORT = 12004
24 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-transport.sock
25
26 [transport-tcp]
27 PORT = 12005
28 TIMEOUT = 5 s
29
30 [transport-udp]
31 PORT = 12006
32 TIMEOUT = 5 s
33
34 [transport-unix]
35 PORT = 12007
36 TIMEOUT = 5 s
37
38 [transport-http]
39 PORT = 12008
40 TIMEOUT = 5 s
41
42 [transport-https]
43 PORT = 12009
44 TIMEOUT = 5 s