aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/sctp/constants.h')
-rw-r--r--include/net/sctp/constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sctp/constants.h b/include/net/sctp/constants.h
index da8354e8e33c..73fbdf6a24f8 100644
--- a/include/net/sctp/constants.h
+++ b/include/net/sctp/constants.h
@@ -407,6 +407,7 @@ typedef enum {
407 SCTP_RTXR_T3_RTX, 407 SCTP_RTXR_T3_RTX,
408 SCTP_RTXR_FAST_RTX, 408 SCTP_RTXR_FAST_RTX,
409 SCTP_RTXR_PMTUD, 409 SCTP_RTXR_PMTUD,
410 SCTP_RTXR_T1_RTX,
410} sctp_retransmit_reason_t; 411} sctp_retransmit_reason_t;
411 412
412/* Reasons to lower cwnd. */ 413/* Reasons to lower cwnd. */