Allow the initial congestion window to be configure

to one MTU. Improve the description.

MFC after: 2 weeks.
This commit is contained in:
Michael Tuexen 2010-09-19 11:57:21 +00:00
parent f8faf20cf6
commit 231b700b17
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=212851

View File

@ -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