config files for tests
[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 DEFAULTSERVICES = transport hostlist
22 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-arm.sock
23
24 [statistics]
25 PORT = 12004
26 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-statistics.sock
27
28 [resolver]
29 PORT = 12003
30 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-resolver.sock
31
32 [peerinfo]
33 PORT = 12002
34 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-peerinfo.sock
35
36 [hostlist]
37 OPTIONS = -b
38 SERVERS = http://localhost:9080/
39
40 [ats]
41 # Network specific inbound/outbound quotas
42 UNSPECIFIED_QUOTA_IN = unlimited
43 UNSPECIFIED_QUOTA_OUT = unlimited
44 # LOOPBACK
45 LOOPBACK_QUOTA_IN = unlimited
46 LOOPBACK_QUOTA_OUT = unlimited
47 # LAN
48 LAN_QUOTA_IN = unlimited
49 LAN_QUOTA_OUT = unlimited
50 # WAN
51 WAN_QUOTA_IN = unlimited
52 WAN_QUOTA_OUT = unlimited
53 # WLAN
54 WLAN_QUOTA_IN = unlimited
55 WLAN_QUOTA_OUT = unlimited
56 # BLUETOOTH
57 BLUETOOTH_QUOTA_IN = unlimited
58 BLUETOOTH_QUOTA_OUT = unlimited
59 # ATS options