blob: 3c57fe5d62472255f325c1ef156c05d36ea02e35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
@INLINE@ template_cfg_peer2.conf
[PATHS]
SERVICEHOME = /tmp/test_quota_compliance_peer2
[transport-udp]
PORT = 3368
MAX_BPS = 50000000
[arm]
PORT = 3087
UNIXPATH = /tmp/test_quota_compliance_udp_arm_peer2.sock
[statistics]
PORT = 3088
UNIXPATH = /tmp/test_quota_compliance_udp_statistics_peer2.sock
[resolver]
PORT = 3089
UNIXPATH = /tmp/test_quota_compliance_udp_resolver_peer2.sock
[peerinfo]
PORT = 3090
UNIXPATH = /tmp/test_quota_compliance_udp_peerinfo_peer2.sock
[transport]
PORT = 3091
PLUGINS = udp
UNIXPATH = /tmp/test_quota_compliance_udp_transport_peer2.sock
|