summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_constants.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_constants.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_constants.h')
-rw-r--r--sys/netinet/sctp_constants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/sctp_constants.h b/sys/netinet/sctp_constants.h
index 85c92ed..6c2df16 100644
--- a/sys/netinet/sctp_constants.h
+++ b/sys/netinet/sctp_constants.h
@@ -355,8 +355,8 @@ __FBSDID("$FreeBSD$");
/* RTO calculation flag to say if it
* is safe to determine local lan or not.
*/
-#define SCTP_DETERMINE_LL_NOTOK 0
-#define SCTP_DETERMINE_LL_OK 1
+#define SCTP_RTT_FROM_NON_DATA 0
+#define SCTP_RTT_FROM_DATA 1
/* IP hdr (20/40) + 12+2+2 (enet) + sctp common 12 */
OpenPOWER on IntegriCloud