Use a default for max_burst of 4 and l2var of 2.

This was discussed with rrs@.

MFC after: 3 days
This commit is contained in:
Michael Tuexen 2012-05-17 18:12:24 +00:00
parent 424e69759c
commit 635b6ff793
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235557
2 changed files with 2 additions and 2 deletions

View File

@ -348,7 +348,7 @@ __FBSDID("$FreeBSD$");
#define SCTP_NO_FR_UNLESS_SEGMENT_SMALLER 1
/* default max I can burst out after a fast retransmit, 0 disables it */
#define SCTP_DEF_MAX_BURST 0
#define SCTP_DEF_MAX_BURST 4
#define SCTP_DEF_HBMAX_BURST 4
#define SCTP_DEF_FRMAX_BURST 4

View File

@ -377,7 +377,7 @@ struct sctp_sysctl {
#define SCTPCTL_ABC_L_VAR_DESC "SCTP ABC max increase per SACK (L)"
#define SCTPCTL_ABC_L_VAR_MIN 0
#define SCTPCTL_ABC_L_VAR_MAX 0xFFFFFFFF
#define SCTPCTL_ABC_L_VAR_DEFAULT 1
#define SCTPCTL_ABC_L_VAR_DEFAULT 2
/* max_chained_mbufs: Default max number of small mbufs on a chain */
#define SCTPCTL_MAX_CHAINED_MBUFS_DESC "Default max number of small mbufs on a chain"