aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-03-30 15:26:40 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-03-30 15:26:40 +0000
commiteee08e4885dc08b8df53ebcd13bdbb34d5f31099 (patch)
treedd188aeabf2cf7ed86f4d7d834126ad737a2c00c /src/nse
parent8c3fae81c1d11165d5bfe0f9b34b73b9cf7ad3db (diff)
downloadgnunet-eee08e4885dc08b8df53ebcd13bdbb34d5f31099.tar.gz
gnunet-eee08e4885dc08b8df53ebcd13bdbb34d5f31099.zip
- reduce number of parallel peer creates to save operation timeouts while creating peers
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/nse_infiniband.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/nse_infiniband.conf b/src/nse/nse_infiniband.conf
index 55505f74b..12b339cba 100644
--- a/src/nse/nse_infiniband.conf
+++ b/src/nse/nse_infiniband.conf
@@ -6,7 +6,7 @@ AUTOSTART = NO
6PORT = 12113 6PORT = 12113
7ACCEPT_FROM = 127.0.0.1; 10.6.0.0/16; 192.168.0.0/16; 7ACCEPT_FROM = 127.0.0.1; 10.6.0.0/16; 192.168.0.0/16;
8HOSTNAME = localhost 8HOSTNAME = localhost
9MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5 9MAX_PARALLEL_OPERATIONS = 500
10OVERLAY_TOPOLOGY = 2D_TORUS 10OVERLAY_TOPOLOGY = 2D_TORUS
11OVERLAY_RANDOM_LINKS = 1000 11OVERLAY_RANDOM_LINKS = 1000
12OPERATION_TIMEOUT = 45 s 12OPERATION_TIMEOUT = 45 s