• Sridhar Samudrala's avatar
    [SCTP] Fix incorrect INIT process termination with sinit_max_init_timeo. · 08027d01
    Sridhar Samudrala authored
    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.
    08027d01
sm_statefuns.c 145 KB