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