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