config files for tests
[oweals/gnunet.git] / src / transport / perf_https_peer2.conf
1 @INLINE@ template_cfg_peer2.conf
2 [PATHS]
3 GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p2/
4
5 [transport]
6 PORT = 12010
7 PLUGINS = https_server
8 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-transport.sock
9
10 [transport-https_server]
11 PORT = 12090
12 USE_IPv6 = YES
13
14 [nat]
15 # Disable IPv6 support
16 DISABLEV6 = YES
17 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
18 RETURN_LOCAL_ADDRESSES = NO
19
20 [arm]
21 PORT = 12014
22 DEFAULTSERVICES = transport hostlist
23 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-arm.sock
24
25 [statistics]
26 PORT = 12013
27 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-statistics.sock
28
29 [resolver]
30 PORT = 12012
31 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-resolver.sock
32
33 [peerinfo]
34 PORT = 12011
35 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-peerinfo.sock
36
37 [hostlist]
38 HTTPPORT = 9080
39 OPTIONS = -p
40 BINDTOIPV4 = YES
41 BINDTOIP = 127.0.0.1
42
43 [ats]
44 # Network specific inbound/outbound quotas
45 UNSPECIFIED_QUOTA_IN = unlimited
46 UNSPECIFIED_QUOTA_OUT = unlimited
47 # LOOPBACK
48 LOOPBACK_QUOTA_IN = unlimited
49 LOOPBACK_QUOTA_OUT = unlimited
50 # LAN
51 LAN_QUOTA_IN = unlimited
52 LAN_QUOTA_OUT = unlimited
53 # WAN
54 WAN_QUOTA_IN = unlimited
55 WAN_QUOTA_OUT = unlimited
56 # WLAN
57 WLAN_QUOTA_IN = unlimited
58 WLAN_QUOTA_OUT = unlimited
59 # BLUETOOTH
60 BLUETOOTH_QUOTA_IN = unlimited
61 BLUETOOTH_QUOTA_OUT = unlimited
62 # ATS options
63