moving ats quotas to template files
[oweals/gnunet.git] / src / transport / template_cfg_peer2.conf
1 @INLINE@ test_transport_defaults.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test-transport/api-tcp-p2/
4 DEFAULTCONFIG = template_cfg_peer2.conf
5
6 [gnunetd]
7 HOSTKEY = $SERVICEHOME/.hostkey
8
9 [nat]
10 RETURN_LOCAL_ADDRESSES = YES
11 DISABLEV6 = NO
12
13 [transport-tcp]
14 PORT = 12100
15 TIMEOUT = 5 s
16
17 [transport-udp]
18 BROADCAST = NO
19
20 [arm]
21 PORT = 12014
22 DEFAULTSERVICES = transport
23 UNIXPATH = /tmp/gnunet-p2-service-arm.sock
24
25 [statistics]
26 PORT = 12013
27 UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
28
29 [resolver]
30 PORT = 12012
31 UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
32
33 [peerinfo]
34 PORT = 12011
35 UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
36 TRUST = $SERVICEHOME/data/credit/
37
38 [transport]
39 #PREFIX = valgrind --leak-check=full
40 PORT = 12010
41 UNIXPATH = /tmp/gnunet-p2-service-transport.sock
42
43 [ats]
44 #DEBUG = YES
45 WAN_QUOTA_IN = 1 GB
46 WAN_QUOTA_OUT = 1 GB
47 PORT = 12016
48 UNIXPATH = /tmp/gnunet-p2-service-ats.sock