summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_sysctl.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2010-12-22 19:04:14 +0000
committertuexen <tuexen@FreeBSD.org>2010-12-22 19:04:14 +0000
commit0826d29a2d8e53cc3f8de837cc3646c464f5cd20 (patch)
tree9c25fb3791f1ee5c0580c783b9635aec84319691 /sys/netinet/sctp_sysctl.h
parent74fe88a37c5c61c7306bdbd9e13ee54a060b18c4 (diff)
downloadFreeBSD-src-0826d29a2d8e53cc3f8de837cc3646c464f5cd20.zip
FreeBSD-src-0826d29a2d8e53cc3f8de837cc3646c464f5cd20.tar.gz
Provide a possibility to configure the inital congestion window to the
value defined in RFC 4960. MFC after: 3 months.
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 3362f27..aa86887 100644
--- a/sys/netinet/sctp_sysctl.h
+++ b/sys/netinet/sctp_sysctl.h
@@ -500,7 +500,7 @@ struct sctp_sysctl {
/* Initial congestion window in MTU */
#define SCTPCTL_INITIAL_CWND_DESC "Initial congestion window in MTUs"
-#define SCTPCTL_INITIAL_CWND_MIN 1
+#define SCTPCTL_INITIAL_CWND_MIN 0
#define SCTPCTL_INITIAL_CWND_MAX 0xffffffff
#define SCTPCTL_INITIAL_CWND_DEFAULT 3
OpenPOWER on IntegriCloud