From 422de483a6610c107e744c754a0c8fa21e9c08e3 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Sat, 5 Feb 2011 15:03:09 +0000 Subject: defaults for newly required testing options --- contrib/defaults.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'contrib') diff --git a/contrib/defaults.conf b/contrib/defaults.conf index 5c54b362b..539ffd351 100644 --- a/contrib/defaults.conf +++ b/contrib/defaults.conf @@ -11,6 +11,12 @@ HOSTKEY = $SERVICEHOME/.hostkey [TESTING] WEAKRANDOM = NO +# How long before failing a connection? +CONNECT_TIMEOUT = 30 +# How many connect attempts should we make? +CONNECT_ATTEMPTS = 3 +# How many connections can happen simultaneously? +MAX_OUTSTANDING_CONNECTS = 50 [client] HOME = $SERVICEHOME -- cgit v1.2.3