Changed quota configuration from core to ats section, renamed from TOTAL_QUOTA_*...
[oweals/gnunet.git] / src / transport / test_transport_api_unreliability_udp_peer2.conf
1 @INLINE@ template_cfg_peer2.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test-transport/api-udp-p2/
4 DEFAULTCONFIG = test_transport_api_unreliability_udp_peer2.conf
5
6 [ats]
7 WAN_QUOTA_OUT = 1073741824 
8 WAN_QUOTA_IN  = 1073741824
9
10 [transport-udp]
11 PORT = 12050
12 MAX_BPS = 5000000
13
14 [arm]
15 PORT = 12055
16 UNIXPATH = /tmp/gnunet-p2-service-arm.sock
17
18 [statistics]
19 PORT = 12054
20 UNIXPATH = /tmp/gnunet-p2-service-statistics.sock
21
22 [resolver]
23 PORT = 12053
24 UNIXPATH = /tmp/gnunet-p2-service-resolver.sock
25
26 [peerinfo]
27 PORT = 12052
28 UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock
29
30 [transport]
31 PORT = 12051
32 PLUGINS = udp
33 UNIXPATH = /tmp/gnunet-p2-service-transport.sock
34
35