(no commit message)
[oweals/gnunet.git] / src / transport / test_quota_compliance_udp_peer2.conf
1 @INLINE@ template_cfg_peer2.conf
2 TOTAL_QUOTA_IN = 10000
3 TOTAL_QUOTA_OUT = 10000
4 [PATHS]
5 SERVICEHOME = /tmp/test_quota_compliance_peer2
6 DEFAULTCONFIG = test_quota_compliance_udp_peer2.conf
7
8 [core]
9 TOTAL_QUOTA_IN = 10000
10 TOTAL_QUOTA_OUT = 10000
11
12 [transport-udp]
13 PORT = 3368
14 MAX_BPS = 50000000
15
16 [arm]
17 PORT = 3087
18 UNIXPATH = /tmp/test_quota_compliance_udp_arm_peer2.sock
19
20 [statistics]
21 PORT = 3088
22 UNIXPATH = /tmp/test_quota_compliance_udp_statistics_peer2.sock
23
24 [resolver]
25 PORT = 3089
26 UNIXPATH = /tmp/test_quota_compliance_udp_resolver_peer2.sock
27
28 [peerinfo]
29 PORT = 3090
30 UNIXPATH = /tmp/test_quota_compliance_udp_peerinfo_peer2.sock
31
32 [transport]
33 PORT = 3091
34 PLUGINS = udp
35 UNIXPATH = /tmp/test_quota_compliance_udp_transport_peer2.sock
36
37