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