aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_make_chunk.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp/sm_make_chunk.c')
-rw-r--r--net/sctp/sm_make_chunk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/sm_make_chunk.c b/net/sctp/sm_make_chunk.c
index d68869f966c3..99fe0747cc96 100644
--- a/net/sctp/sm_make_chunk.c
+++ b/net/sctp/sm_make_chunk.c
@@ -1211,7 +1211,7 @@ struct sctp_chunk *sctp_chunkify(struct sk_buff *skb,
1211 */ 1211 */
1212 retval->tsn_missing_report = 0; 1212 retval->tsn_missing_report = 0;
1213 retval->tsn_gap_acked = 0; 1213 retval->tsn_gap_acked = 0;
1214 retval->fast_retransmit = 0; 1214 retval->fast_retransmit = SCTP_CAN_FRTX;
1215 1215
1216 /* If this is a fragmented message, track all fragments 1216 /* If this is a fragmented message, track all fragments
1217 * of the message (for SEND_FAILED). 1217 * of the message (for SEND_FAILED).