moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing #3565...
[oweals/gnunet.git] / src / transport / perf_tcp_peer2.conf
1 @INLINE@ template_cfg_peer2.conf
2 [PATHS]
3 GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p2/
4
5 [transport-tcp]
6 PORT = 12015
7 TIMEOUT = 5 s
8
9 [arm]
10 PORT = 12014
11 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-arm.sock
12
13 [statistics]
14 PORT = 12013
15 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-statistics.sock
16
17 [resolver]
18 PORT = 12012
19 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-resolver.sock
20
21 [peerinfo]
22 PORT = 12011
23 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-peerinfo.sock
24
25 [transport]
26 PORT = 12010
27 PLUGINS = tcp
28 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-transport.sock
29
30 [hostlist]
31 HTTPPORT = 9080
32 OPTIONS = -p
33 BINDTOIPV4 = YES
34 BINDTOIP = 127.0.0.1
35
36 [ats]
37 # Network specific inbound/outbound quotas
38 UNSPECIFIED_QUOTA_IN = unlimited
39 UNSPECIFIED_QUOTA_OUT = unlimited
40 # LOOPBACK
41 LOOPBACK_QUOTA_IN = unlimited
42 LOOPBACK_QUOTA_OUT = unlimited
43 # LAN
44 LAN_QUOTA_IN = unlimited
45 LAN_QUOTA_OUT = unlimited
46 # WAN
47 WAN_QUOTA_IN = unlimited
48 WAN_QUOTA_OUT = unlimited
49 # WLAN
50 WLAN_QUOTA_IN = unlimited
51 WLAN_QUOTA_OUT = unlimited
52 # BLUETOOTH
53 BLUETOOTH_QUOTA_IN = unlimited
54 BLUETOOTH_QUOTA_OUT = unlimited
55 # ATS options
56