also config files
[oweals/gnunet.git] / src / transport / perf_tcp_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 = tcp
7
8 [hostlist]
9 HTTPPORT = 9080
10 OPTIONS = -p
11 BINDTOIPV4 = YES
12 BINDTOIP = 127.0.0.1
13
14 [ats]
15 # Network specific inbound/outbound quotas
16 UNSPECIFIED_QUOTA_IN = unlimited
17 UNSPECIFIED_QUOTA_OUT = unlimited
18 # LOOPBACK
19 LOOPBACK_QUOTA_IN = unlimited
20 LOOPBACK_QUOTA_OUT = unlimited
21 # LAN
22 LAN_QUOTA_IN = unlimited
23 LAN_QUOTA_OUT = unlimited
24 # WAN
25 WAN_QUOTA_IN = unlimited
26 WAN_QUOTA_OUT = unlimited
27 # WLAN
28 WLAN_QUOTA_IN = unlimited
29 WLAN_QUOTA_OUT = unlimited
30 # BLUETOOTH
31 BLUETOOTH_QUOTA_IN = unlimited
32 BLUETOOTH_QUOTA_OUT = unlimited
33 # ATS options
34