summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2014-08-22 19:57:39 +0000
committertuexen <tuexen@FreeBSD.org>2014-08-22 19:57:39 +0000
commita4786844b5aed176a639f1a041df00e694738983 (patch)
treed2cc67bf7d3042259b0eb0a50770a14d90b095f4 /sys/netinet/sctp.h
parentc03375e227571ca74ca3e1d283016c01f74d24e2 (diff)
downloadFreeBSD-src-a4786844b5aed176a639f1a041df00e694738983.zip
FreeBSD-src-a4786844b5aed176a639f1a041df00e694738983.tar.gz
MFC r269436, r269445:
Cleanup the ECN configuration handling and provide an SCTP socket option for controlling ECN on future associations and get the status on current associations. A simialar pattern will be used for controlling SCTP extensions in upcoming commits.
Diffstat (limited to 'sys/netinet/sctp.h')
-rw-r--r--sys/netinet/sctp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp.h b/sys/netinet/sctp.h
index 4c5c03d..d36b4a5 100644
--- a/sys/netinet/sctp.h
+++ b/sys/netinet/sctp.h
@@ -121,6 +121,7 @@ struct sctp_paramhdr {
#define SCTP_DEFAULT_PRINFO 0x00000022
#define SCTP_PEER_ADDR_THLDS 0x00000023
#define SCTP_REMOTE_UDP_ENCAPS_PORT 0x00000024
+#define SCTP_ECN_SUPPORTED 0x00000025
/*
* read-only options
OpenPOWER on IntegriCloud