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