summaryrefslogtreecommitdiff
path: root/TAO/performance-tests
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-06-25 17:02:06 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-06-25 17:02:06 +0000
commit95b922bb390a63892816b1999064b424e156bbb6 (patch)
tree975f6d2821f4224900d5c864e2d17f7fdef602b8 /TAO/performance-tests
parent0c806474f60cc227f907225185c33ba63e3f8a52 (diff)
downloadATCD-95b922bb390a63892816b1999064b424e156bbb6.tar.gz
fixed values and corrected order
Diffstat (limited to 'TAO/performance-tests')
-rw-r--r--TAO/performance-tests/Protocols/lksctp_params.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/performance-tests/Protocols/lksctp_params.conf b/TAO/performance-tests/Protocols/lksctp_params.conf
index 49b79544cb3..45205a956f5 100644
--- a/TAO/performance-tests/Protocols/lksctp_params.conf
+++ b/TAO/performance-tests/Protocols/lksctp_params.conf
@@ -1,9 +1,9 @@
PREFIX=
association_max_retrans=25
-hb_interval=1
+hb_interval=10
max_init_retransmits=25
path_max_retrans=0
-rto_max=0
-rto_initial=0
-rto_min=0
-SETTINGS="association_max_retrans hb_interval max_init_retransmits path_max_retrans rto_max rto_initial rto_min"
+rto_max=10
+rto_initial=10
+rto_min=10
+SETTINGS="association_max_retrans hb_interval max_init_retransmits path_max_retrans rto_min rto_max rto_initial"