aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed.conf.in')
-rw-r--r--src/testbed/testbed.conf.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/testbed/testbed.conf.in b/src/testbed/testbed.conf.in
new file mode 100644
index 0000000..ec05c76
--- /dev/null
+++ b/src/testbed/testbed.conf.in
@@ -0,0 +1,18 @@
+[testbed]
+AUTOSTART = NO
+@UNIXONLY@ PORT = 2101
+HOSTNAME = localhost
+HOME = $SERVICEHOME
+BINARY = gnunet-service-testbed
+# Set this to the path where the testbed helper is installed
+# HELPER_BINARY_PATH = @prefix@/lib/gnunet/libexec/gnunet-helper-testbed
+ACCEPT_FROM = 127.0.0.1;
+ACCEPT_FROM6 = ::1;
+UNIXPATH = /tmp/gnunet-service-testbed.sock
+UNIX_MATCH_UID = YES
+UNIX_MATCH_GID = YES
+MAX_PARALLEL_OPERATIONS = 1000
+MAX_PARALLEL_SERVICE_CONNECTIONS = 256
+MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 1
+CACHE_SIZE = 30
+MAX_OPEN_FDS = 512