SCTP: Fix difference cases of retransmit.
[deliverable/linux.git] / net / sctp / sm_statefuns.c
index f01b408508ff6144b94851f1a67ae09c7a7953d4..a66075a70f294b3a1772affd59ecca9260f064a5 100644 (file)
@@ -2305,7 +2305,7 @@ static sctp_disposition_t sctp_sf_do_5_2_6_stale(const struct sctp_endpoint *ep,
        /* If we've sent any data bundled with COOKIE-ECHO we will need to
         * resend
         */
-       sctp_add_cmd_sf(commands, SCTP_CMD_RETRAN,
+       sctp_add_cmd_sf(commands, SCTP_CMD_T1_RETRAN,
                        SCTP_TRANSPORT(asoc->peer.primary_path));
 
        /* Cast away the const modifier, as we want to just
This page took 0.03521 seconds and 5 git commands to generate.