summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2010-08-28 17:59:51 +0000
committertuexen <tuexen@FreeBSD.org>2010-08-28 17:59:51 +0000
commit8d90bd696f6ffe32185cc58c210e1cb2b6b40466 (patch)
tree3c18fb8c6c88a9d89b4532f1a0b0ed84a8db9c07 /sys/netinet/sctp.h
parent9d21e17f07e784c9d5c0c2ed6a0a0c75431f76eb (diff)
downloadFreeBSD-src-8d90bd696f6ffe32185cc58c210e1cb2b6b40466.zip
FreeBSD-src-8d90bd696f6ffe32185cc58c210e1cb2b6b40466.tar.gz
Fix the switching on/off of CMT using sysctl and socket option.
Fix the switching on/off of PF and NR-SACKs using sysctl. Add minor improvement in handling malloc failures. Improve the address checks when sending. MFC after: 4 weeks
Diffstat (limited to 'sys/netinet/sctp.h')
-rw-r--r--sys/netinet/sctp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/sctp.h b/sys/netinet/sctp.h
index ce5ac0a..1335e82 100644
--- a/sys/netinet/sctp.h
+++ b/sys/netinet/sctp.h
@@ -155,10 +155,8 @@ struct sctp_paramhdr {
/* CMT ON/OFF socket option */
#define SCTP_CMT_ON_OFF 0x00001200
#define SCTP_CMT_USE_DAC 0x00001201
-/* EY - NR_SACK on/off socket option */
-#define SCTP_NR_SACK_ON_OFF 0x00001300
/* JRS - Pluggable Congestion Control Socket option */
-#define SCTP_PLUGGABLE_CC 0x00001202
+#define SCTP_PLUGGABLE_CC 0x00001202
/* read only */
#define SCTP_GET_SNDBUF_USE 0x00001101
OpenPOWER on IntegriCloud