diff options
author | Sree Harsha Totakura <totakura@in.tum.de> | 2013-03-04 14:27:51 +0000 |
---|---|---|
committer | Sree Harsha Totakura <totakura@in.tum.de> | 2013-03-04 14:27:51 +0000 |
commit | e9b447b959da74092ff6649cc4562f0068d8c320 (patch) | |
tree | ecbbd317fdd15bfdeebbc7ece344ab40dbdab68f /contrib | |
parent | e2536d9fbab09d3835129c35993a3919aedf51e3 (diff) |
- do not create ephemeral keys while testing
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/testbed_infiniband.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/testbed_infiniband.conf b/contrib/testbed_infiniband.conf index d4f105793..bcf011bcb 100644 --- a/contrib/testbed_infiniband.conf +++ b/contrib/testbed_infiniband.conf @@ -5,8 +5,8 @@ ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; HOSTNAME = localhost MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5 OVERLAY_TOPOLOGY = RANDOM -OVERLAY_RANDOM_LINKS = 1000 -OPERATION_TIMEOUT = 5 s +OVERLAY_RANDOM_LINKS = 2000 +OPERATION_TIMEOUT = 45 s # LOG_FILE = /tmp/testbed.log #PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args @@ -46,6 +46,7 @@ NEIGHBOUR_LIMIT = 10 [core] PORT = 12092 AUTOSTART = YES +USE_EPHEMERAL_KEYS = NO [arm] DEFAULTSERVICES = core dht |