blob: 8a1dad5ac9ff1db3cefb0dc8bcd560b78e9d474f (
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
31
32
33
|
@INLINE@ template_cfg_peer1.conf
[PATHS]
SERVICEHOME = /tmp/test-transport/quota-tcp-p1/
DEFAULTCONFIG = test_quota_compliance_tcp_asymmetric_peer1.conf
[transport-tcp]
PORT = 4094
[transport-udp]
PORT = 4094
[arm]
PORT = 4087
UNIXPATH = /tmp/test_quota_compliance_tcp_arm_peer1.sock
[statistics]
PORT = 4088
UNIXPATH = /tmp/test_quota_compliance_tcp_statistics_peer1.sock
[resolver]
PORT = 4089
UNIXPATH = /tmp/test_quota_compliance_tcp_resolver_peer1.sock
[peerinfo]
PORT = 4090
UNIXPATH = /tmp/test_quota_compliance_tcp_peerinfo_peer1.sock
[transport]
PORT = 4091
PLUGINS = tcp
UNIXPATH = /tmp/test_quota_compliance_tcp_transport_peer1.sock
|