moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing #3565...
[oweals/gnunet.git] / src / transport / perf_https_peer1.conf
1 @INLINE@ template_cfg_peer1.conf
2 [PATHS]
3 GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p1/
4
5 [transport]
6 PORT = 12001
7 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-transport.sock
8 PLUGINS = https_client
9
10 [transport-https_client]
11
12 [nat]
13 # Disable IPv6 support
14 DISABLEV6 = YES
15 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
16 RETURN_LOCAL_ADDRESSES = NO
17
18
19 [arm]
20 PORT = 12005
21 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-arm.sock
22
23 [statistics]
24 PORT = 12004
25 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-statistics.sock
26
27 [resolver]
28 PORT = 12003
29 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-resolver.sock
30
31 [peerinfo]
32 PORT = 12002
33 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-peerinfo.sock
34
35 [hostlist]
36 OPTIONS = -b
37 SERVERS = http://localhost:9080/
38
39 [ats]
40 # Network specific inbound/outbound quotas
41 UNSPECIFIED_QUOTA_IN = unlimited
42 UNSPECIFIED_QUOTA_OUT = unlimited
43 # LOOPBACK
44 LOOPBACK_QUOTA_IN = unlimited
45 LOOPBACK_QUOTA_OUT = unlimited
46 # LAN
47 LAN_QUOTA_IN = unlimited
48 LAN_QUOTA_OUT = unlimited
49 # WAN
50 WAN_QUOTA_IN = unlimited
51 WAN_QUOTA_OUT = unlimited
52 # WLAN
53 WLAN_QUOTA_IN = unlimited
54 WLAN_QUOTA_OUT = unlimited
55 # BLUETOOTH
56 BLUETOOTH_QUOTA_IN = unlimited
57 BLUETOOTH_QUOTA_OUT = unlimited
58 # ATS options