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