move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
[oweals/gnunet.git] / src / transport / test_transport_api_reliability_tcp_nat_peer2.conf
1 @INLINE@ template_cfg_peer2.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test-transport/api-reliability-tcp-nat-p2/
4 DEFAULTCONFIG = test_transport_api_reliability_tcp_nat_peer2.conf
5
6 [core]
7 TOTAL_QUOTA_OUT = 1073741824 
8 TOTAL_QUOTA_IN  = 1073741824
9
10 [nat]
11 DISABLEV6 = YES
12 ENABLE_NAT_CLIENT = YES
13
14 [transport-tcp]
15 PORT = 12030
16 TIMEOUT = 5000
17
18 [arm]
19 PORT = 12034
20 DEFAULTSERVICES = transport
21 UNIXPATH = /tmp/gnunet-p2-service-arm.sock
22
23 [statistics]
24 PORT = 12033
25 UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
26
27 [resolver]
28 PORT = 12032
29 UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
30
31 [peerinfo]
32 PORT = 12031
33 UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
34
35 [transport]
36 PORT = 45923
37 UNIXPATH = /tmp/gnunet-p2-service-transport.sock
38
39