]> git.neil.brown.name Git - history.git/commit
[SCTP] Fix incorrect INIT process termination with sinit_max_init_timeo.
authorSridhar Samudrala <sri@us.ibm.com>
Fri, 27 Feb 2004 01:45:39 +0000 (17:45 -0800)
committerSridhar Samudrala <sri@us.ibm.com>
Fri, 27 Feb 2004 01:45:39 +0000 (17:45 -0800)
commit08027d01a2fd82205632bce3b91f703baf502958
tree3745e952517ed65ead78e47fe42da1c43e4da7b8
parent92ef2caef36e41483e2ead1b5b07aea12c1612f8
[SCTP] Fix incorrect INIT process termination with sinit_max_init_timeo.

Currently, sinit_max_init_timeo is treated as the maximum timeout
value for INIT retransmissions and the INIT process is aborted when
the timeout reaches this value. But as per the SCTP sockets API draft,
sinit_max_init_timeo only limits the timeout. The INIT process should
be aborted only after MAX_INIT_RETRANSMITS.
net/sctp/sm_statefuns.c