From ce19dd7762ac0628e489ce964fbe3d182fb45551 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Fri, 16 Jan 2015 12:32:02 +0000 Subject: move sample testbed configs to a dir --- contrib/testbed_configs/testbed_cluster.conf | 86 ++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 contrib/testbed_configs/testbed_cluster.conf (limited to 'contrib/testbed_configs/testbed_cluster.conf') diff --git a/contrib/testbed_configs/testbed_cluster.conf b/contrib/testbed_configs/testbed_cluster.conf new file mode 100644 index 000000000..d55761f10 --- /dev/null +++ b/contrib/testbed_configs/testbed_cluster.conf @@ -0,0 +1,86 @@ +[testbed] +AUTOSTART = NO +PORT = 12113 +ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 10.0.0.0/8; +HOSTNAME = localhost +OVERLAY_TOPOLOGY = RANDOM +OVERLAY_RANDOM_LINKS = 10000 +OPERATION_TIMEOUT = 45 s +# LOG_FILE = /tmp/testbed.log +SETUP_TIMEOUT = 30m +MAX_OPEN_FDS = 512 + +[fs] +AUTOSTART = NO + +[resolver] +AUTOSTART = NO + +[cadet] +AUTOSTART = NO +PORT = 71 + +[dht] +AUTOSTART = NO +PORT = 70 +DISABLE_TRY_CONNECT = YES + +[statistics] +AUTOSTART = NO +PORT = 72 + +[dhtcache] +QUOTA = 1 MB +DATABASE = sqlite + +[transport] +PLUGINS = udp +DEBUG = NO +ACCEPT_FROM6 = ::1; +ACCEPT_FROM = 127.0.0.1; +NEIGHBOUR_LIMIT = 10 + +[core] +PORT = 12092 +AUTOSTART = YES +USE_EPHEMERAL_KEYS = NO + +[arm] +DEFAULTSERVICES = core transport +#PORT = 12366 +DEBUG = NO + +[transport-udp] +TIMEOUT = 300 s +PORT = 12368 +BROADCAST = NO + +[PATHS] +SERVICEHOME = /tmp/test-testbed/ + +[dns] +AUTOSTART = NO + +[nse] +AUTOSTART = NO + +[vpn] +AUTOSTART = NO + +[nat] +RETURN_LOCAL_ADDRESSES = YES + +[gns] +AUTOSTART = NO + +[peerinfo] +NO_IO = YES + +[consensus] +AUTOSTART = NO + +[dv] +AUTOSTART = NO + +[lockmanager] +AUTOSTART = NO -- cgit v1.2.3