From 7e0a1a3cff607d57a18613f64b9483c1f90bea0b Mon Sep 17 00:00:00 2001 From: tuexen Date: Sun, 19 Sep 2010 11:57:21 +0000 Subject: [PATCH] Allow the initial congestion window to be configure to one MTU. Improve the description. MFC after: 2 weeks. --- sys/netinet/sctp_sysctl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/netinet/sctp_sysctl.h b/sys/netinet/sctp_sysctl.h index 99ecd0340674..9dbc9ed23c88 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