rename configs to match
[oweals/gnunet.git] / src / transport / perf_http_peer2.conf
1 @INLINE@ template_cfg_peer2.conf
2 [PATHS]
3 GNUNET_TEST_HOME = $GNUNET_TMP/test-transport/api-tcp-p2/
4
5 [transport]
6 PLUGINS = http_server
7
8 [nat]
9 # Disable IPv6 support
10 DISABLEV6 = YES
11 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
12 RETURN_LOCAL_ADDRESSES = NO
13
14 [hostlist]
15 HTTPPORT = 9080
16 OPTIONS = -p
17 BINDTOIPV4 = YES
18 BINDTOIP = 127.0.0.1
19
20 [ats]
21 # Network specific inbound/outbound quotas
22 UNSPECIFIED_QUOTA_IN = unlimited
23 UNSPECIFIED_QUOTA_OUT = unlimited
24 # LOOPBACK
25 LOOPBACK_QUOTA_IN = unlimited
26 LOOPBACK_QUOTA_OUT = unlimited
27 # LAN
28 LAN_QUOTA_IN = unlimited
29 LAN_QUOTA_OUT = unlimited
30 # WAN
31 WAN_QUOTA_IN = unlimited
32 WAN_QUOTA_OUT = unlimited
33 # WLAN
34 WLAN_QUOTA_IN = unlimited
35 WLAN_QUOTA_OUT = unlimited
36 # BLUETOOTH
37 BLUETOOTH_QUOTA_IN = unlimited
38 BLUETOOTH_QUOTA_OUT = unlimited
39 # ATS options
40