summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_sysctl.h
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2008-08-28 09:44:07 +0000
committerrrs <rrs@FreeBSD.org>2008-08-28 09:44:07 +0000
commita97a9f5233562046294f64d3db07ca1c90e63a35 (patch)
tree4a6ba48264c10107c71cdb81d7b311404516ea68 /sys/netinet/sctp_sysctl.h
parent8ccd4bd3a18f0d73c17c7096b561febf5d6f93d8 (diff)
downloadFreeBSD-src-a97a9f5233562046294f64d3db07ca1c90e63a35.zip
FreeBSD-src-a97a9f5233562046294f64d3db07ca1c90e63a35.tar.gz
- Make strict-sacks be the default.
- Change it so that without INVARIANTs there are no panics in SCTP. - sctp_timer changes so that we have a recovery mechanism when the sent list is out of order.
Diffstat (limited to 'sys/netinet/sctp_sysctl.h')
-rw-r--r--sys/netinet/sctp_sysctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_sysctl.h b/sys/netinet/sctp_sysctl.h
index f739c96..399bcb0 100644
--- a/sys/netinet/sctp_sysctl.h
+++ b/sys/netinet/sctp_sysctl.h
@@ -152,7 +152,7 @@ struct sctp_sysctl {
#define SCTPCTL_STRICT_SACKS_DESC "Enable SCTP Strict SACK checking"
#define SCTPCTL_STRICT_SACKS_MIN 0
#define SCTPCTL_STRICT_SACKS_MAX 1
-#define SCTPCTL_STRICT_SACKS_DEFAULT 0
+#define SCTPCTL_STRICT_SACKS_DEFAULT 1
/* loopback_nocsum: Enable NO Csum on packets sent on loopback */
#define SCTPCTL_LOOPBACK_NOCSUM_DESC "Enable NO Csum on packets sent on loopback"
OpenPOWER on IntegriCloud