summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp.h
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2011-03-08 11:58:25 +0000
committerrrs <rrs@FreeBSD.org>2011-03-08 11:58:25 +0000
commit1188e1f085e1f0d4b8ae9fe06955b2602b3db10e (patch)
tree58b9da37b248f4b570b6759db99b2fc405f9a00c /sys/netinet/sctp.h
parent4d0733e0f8bd37f600ca86b0f1323a24ed9c7fae (diff)
downloadFreeBSD-src-1188e1f085e1f0d4b8ae9fe06955b2602b3db10e.zip
FreeBSD-src-1188e1f085e1f0d4b8ae9fe06955b2602b3db10e.tar.gz
Tunes and fixes the new DC-CC to seem to hit the
right mix. Still may need some tweaks but it appears to almost not give away too much to an RFC2581 flow, but can really minimize the amount of buffers used in the net. MFC after: 3 months
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 403bea4..1e86415 100644
--- a/sys/netinet/sctp.h
+++ b/sys/netinet/sctp.h
@@ -263,6 +263,7 @@ struct sctp_paramhdr {
#define SCTP_CC_OPT_RTCC_SETMODE 0x00002000
#define SCTP_CC_OPT_USE_DCCC_ECN 0x00002001
+#define SCTP_CC_OPT_STEADY_STEP 0x00002002
/* RS - Supported stream scheduling modules for pluggable
* stream scheduling
OpenPOWER on IntegriCloud