- Remove printf, use GNUNET_log INFO
[oweals/gnunet.git] / src / core / test_core_quota_peer2.conf
1 @INLINE@ test_core_defaults.conf
2 [PATHS]
3 SERVICEHOME = /tmp/test-gnunet-core-quota-sym-peer-2/
4
5 [arm]
6 PORT = 22476
7 UNIXPATH = /tmp/gnunet-core-sym-p2-service-arm.sock
8
9 [statistics]
10 PORT = 22477
11 UNIXPATH = /tmp/gnunet-core-sym-p2-service-statistics.sock
12
13 [resolver]
14 PORT = 22474
15 UNIXPATH = /tmp/gnunet-core-sym-p2-service-resolver.sock
16
17 [peerinfo]
18 PORT = 22479
19 UNIXPATH = /tmp/gnunet-core-sym-p2-service-peerinfo.sock
20
21 [transport]
22 PORT = 22475
23 UNIXPATH = /tmp/gnunet-core-sym-p2-service-transport.sock
24
25 [core]
26 PORT = 22480
27 UNIXPATH = /tmp/gnunet-core-sym-p2-service-core.sock
28
29 [ats]
30 PORT = 22482
31 UNIXPATH = /tmp/gnunet-core-sym-p2-service-ats.sock
32 # UNSPECIFIED
33 UNSPECIFIED_QUOTA_IN = 10240
34 UNSPECIFIED_QUOTA_OUT = 10240
35 # LOOPBACK
36 LOOPBACK_QUOTA_IN = 10240
37 LOOPBACK_QUOTA_OUT = 10240
38 # LAN
39 LAN_QUOTA_IN = 10240
40 LAN_QUOTA_OUT = 10240
41 # WAN
42 WAN_QUOTA_IN = 10240
43 WAN_QUOTA_OUT = 10240
44 # WLAN
45 WLAN_QUOTA_IN = 10240
46 WLAN_QUOTA_OUT = 10240
47
48 [transport-tcp]
49 PORT = 22467
50
51 [transport-unix]
52 PORT = 22468
53
54 [transport-http]
55 PORT = 22469