implement transport plugin session monitoring support in gnunet-transport (#3452)
[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 DEFAULTSERVICES = transport hostlist
12 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-arm.sock
13
14 [statistics]
15 PORT = 12004
16 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-statistics.sock
17
18 [resolver]
19 PORT = 12003
20 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-resolver.sock
21
22 [peerinfo]
23 PORT = 12002
24 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-peerinfo.sock
25
26 [transport]
27 PORT = 12001
28 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-transport.sock
29 PLUGINS = tcp
30
31 [hostlist]
32 OPTIONS = -b
33 SERVERS = http://localhost:9080/
34
35 [ats]
36 # Network specific inbound/outbound quotas
37 UNSPECIFIED_QUOTA_IN = unlimited
38 UNSPECIFIED_QUOTA_OUT = unlimited
39 # LOOPBACK
40 LOOPBACK_QUOTA_IN = unlimited
41 LOOPBACK_QUOTA_OUT = unlimited
42 # LAN
43 LAN_QUOTA_IN = unlimited
44 LAN_QUOTA_OUT = unlimited
45 # WAN
46 WAN_QUOTA_IN = unlimited
47 WAN_QUOTA_OUT = unlimited
48 # WLAN
49 WLAN_QUOTA_IN = unlimited
50 WLAN_QUOTA_OUT = unlimited
51 # BLUETOOTH
52 BLUETOOTH_QUOTA_IN = unlimited
53 BLUETOOTH_QUOTA_OUT = unlimited
54 # ATS options