summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_sysctl.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2010-09-19 11:57:21 +0000
committertuexen <tuexen@FreeBSD.org>2010-09-19 11:57:21 +0000
commit7e0a1a3cff607d57a18613f64b9483c1f90bea0b (patch)
tree517171d533e68aa41c860db34ea1b3c2842f51c3 /sys/netinet/sctp_sysctl.h
parentea42c22bd85a9248b59b8d5d8198b543c89abf6d (diff)
downloadFreeBSD-src-7e0a1a3cff607d57a18613f64b9483c1f90bea0b.zip
FreeBSD-src-7e0a1a3cff607d57a18613f64b9483c1f90bea0b.tar.gz
Allow the initial congestion window to be configure
to one MTU. Improve the description. MFC after: 2 weeks.
Diffstat (limited to 'sys/netinet/sctp_sysctl.h')
-rw-r--r--sys/netinet/sctp_sysctl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/sctp_sysctl.h b/sys/netinet/sctp_sysctl.h
index 99ecd03..9dbc9ed 100644
--- a/sys/netinet/sctp_sysctl.h
+++ b/sys/netinet/sctp_sysctl.h
@@ -499,8 +499,8 @@ struct sctp_sysctl {
#define SCTPCTL_BUFFER_SPLITTING_DEFAULT SCTPCTL_BUFFER_SPLITTING_MIN
/* Initial congestion window in MTU */
-#define SCTPCTL_INITIAL_CWND_DESC "Initial congestion window in MTU"
-#define SCTPCTL_INITIAL_CWND_MIN 2
+#define SCTPCTL_INITIAL_CWND_DESC "Initial congestion window in MTUs"
+#define SCTPCTL_INITIAL_CWND_MIN 1
#define SCTPCTL_INITIAL_CWND_MAX 0xffffffff
#define SCTPCTL_INITIAL_CWND_DEFAULT 3
OpenPOWER on IntegriCloud