aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_sysctl.h
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2010-12-22 17:59:38 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2010-12-22 17:59:38 +0000
commit7c99d56fdf69f608218a82e6eae1c54752f08f5e (patch)
tree80303e0e707760d51274d8c8dfdfdf5f3083faab /sys/netinet/sctp_sysctl.h
parentbaf7e5ea7b7c87cdc9505b0c8f558484fad77a1e (diff)
downloadsrc-7c99d56fdf69f608218a82e6eae1c54752f08f5e.tar.gz
src-7c99d56fdf69f608218a82e6eae1c54752f08f5e.zip
Improve plausibility check in sctp_handle_sack().
Allow cmt_on_off to support values 0 (no CMT), 1 (CMT), and 2 (CMT/RP). MFC after: 3 months.
Notes
Notes: svn path=/head/; revision=216669
Diffstat (limited to 'sys/netinet/sctp_sysctl.h')
-rw-r--r--sys/netinet/sctp_sysctl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/sctp_sysctl.h b/sys/netinet/sctp_sysctl.h
index 9dbc9ed23c88..3362f274fb0e 100644
--- a/sys/netinet/sctp_sysctl.h
+++ b/sys/netinet/sctp_sysctl.h
@@ -325,9 +325,9 @@ struct sctp_sysctl {
#define SCTPCTL_OUTGOING_STREAMS_DEFAULT SCTP_OSTREAM_INITIAL
/* cmt_on_off: CMT on/off flag */
-#define SCTPCTL_CMT_ON_OFF_DESC "CMT on/off flag"
+#define SCTPCTL_CMT_ON_OFF_DESC "CMT settings"
#define SCTPCTL_CMT_ON_OFF_MIN 0
-#define SCTPCTL_CMT_ON_OFF_MAX 1
+#define SCTPCTL_CMT_ON_OFF_MAX 2
#define SCTPCTL_CMT_ON_OFF_DEFAULT 0
/* EY - nr_sack_on_off: NR_SACK on/off flag */