-simplify logic, eleminate dead code
[oweals/gnunet.git] / src / transport / perf_udp_peer1.conf
1 @INLINE@ template_cfg_peer1.conf
2 [PATHS]
3 GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p1/
4
5 [transport]
6 PORT = 12001
7 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-transport.sock
8 PLUGINS = udp
9
10 [transport-udp]
11 # Use PORT = 0 to autodetect a port available
12 PORT = 12015
13 BROADCAST = NO
14 BROADCAST_RECEIVE = NO
15 BROADCAST_INTERVAL = 30 s
16 MAX_BPS = 1000000000
17
18 [nat]
19 # Disable IPv6 support
20 DISABLEV6 = YES
21 # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
22 RETURN_LOCAL_ADDRESSES = NO
23
24
25 [arm]
26 PORT = 12005
27 DEFAULTSERVICES = transport hostlist
28 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-arm.sock
29
30 [statistics]
31 PORT = 12004
32 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-statistics.sock
33
34 [resolver]
35 PORT = 12003
36 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-resolver.sock
37
38 [peerinfo]
39 PORT = 12002
40 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-peerinfo.sock
41
42 [hostlist]
43 OPTIONS = -b
44 SERVERS = http://localhost:9080/
45
46 [ats]
47 # Network specific inbound/outbound quotas
48 UNSPECIFIED_QUOTA_IN = unlimited
49 UNSPECIFIED_QUOTA_OUT = unlimited
50 # LOOPBACK
51 LOOPBACK_QUOTA_IN = unlimited
52 LOOPBACK_QUOTA_OUT = unlimited
53 # LAN
54 LAN_QUOTA_IN = unlimited
55 LAN_QUOTA_OUT = unlimited
56 # WAN
57 WAN_QUOTA_IN = unlimited
58 WAN_QUOTA_OUT = unlimited
59 # WLAN
60 WLAN_QUOTA_IN = unlimited
61 WLAN_QUOTA_OUT = unlimited
62 # BLUETOOTH
63 BLUETOOTH_QUOTA_IN = unlimited
64 BLUETOOTH_QUOTA_OUT = unlimited
65 # ATS options