Lines Matching +full:max +full:- +full:burst +full:- +full:size

1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
5 * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved.
6 * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved.
93 /* JRS - Variable for default congestion control module */
95 /* RS - Variable for default stream scheduling module */
126 /* maxdgram: Maximum outgoing SCTP buffer size */
127 #define SCTPCTL_MAXDGRAM_DESC "Maximum outgoing SCTP buffer size"
132 /* recvspace: Maximum incoming SCTP buffer size */
133 #define SCTPCTL_RECVSPACE_DESC "Maximum incoming SCTP buffer size"
138 /* autoasconf: Enable SCTP Auto-ASCONF */
139 #define SCTPCTL_AUTOASCONF_DESC "Enable SCTP Auto-ASCONF"
144 /* autoasconf: Enable SCTP Auto-ASCONF */
145 #define SCTPCTL_MULTIPLEASCONFS_DESC "Enable SCTP Multiple-ASCONFs"
156 /* pr_enable: Enable PR-SCTP */
157 #define SCTPCTL_PR_ENABLE_DESC "Enable PR-SCTP"
174 /* reconfig_enable: Enable SCTP RE-CONFIG */
175 #define SCTPCTL_RECONFIG_ENABLE_DESC "Enable SCTP RE-CONFIG"
181 #define SCTPCTL_NRSACK_ENABLE_DESC "Enable SCTP NR-SACK"
204 /* maxburst: Default max burst for sctp endpoints */
205 #define SCTPCTL_MAXBURST_DESC "Default max burst for sctp endpoints"
210 /* fr_maxburst: Default max burst for sctp endpoints when fast retransmitting */
211 #define SCTPCTL_FRMAXBURST_DESC "Default max burst for SCTP endpoints when fast retransmitting"
216 /* maxchunks: Default max chunks on queue per asoc */
217 #define SCTPCTL_MAXCHUNKS_DESC "Default max chunks on queue per asoc"
234 /* min_split_point: Minimum size when splitting a chunk */
235 #define SCTPCTL_MIN_SPLIT_POINT_DESC "Minimum size when splitting a chunk"
258 /* sys_resource: Max number of cached resources in the system */
259 #define SCTPCTL_SYS_RESOURCE_DESC "Max number of cached resources in the system"
264 /* asoc_resource: Max number of cached resources in an asoc */
265 #define SCTPCTL_ASOC_RESOURCE_DESC "Max number of cached resources in an asoc"
283 #define SCTPCTL_SHUTDOWN_GUARD_TIME_DESC "Shutdown guard timer in seconds (0 means 5 times RTO.Max)"
348 /* add_more_on_output: When space-wise is it worthwhile to try to add more to a socket send buffer …
349 #define SCTPCTL_ADD_MORE_ON_OUTPUT_DESC "When space-wise is it worthwhile to try to add more to a s…
379 #define SCTPCTL_CWND_MAXBURST_DESC "Adjust congestion control window to limit maximum burst when se…
390 /* abc_l_var: SCTP ABC max increase per SACK (L) */
391 #define SCTPCTL_ABC_L_VAR_DESC "SCTP ABC max increase per SACK (L)"
396 /* max_chained_mbufs: Default max number of small mbufs on a chain */
397 #define SCTPCTL_MAX_CHAINED_MBUFS_DESC "Default max number of small mbufs on a chain"
408 /* hb_max_burst: Confirmation Heartbeat max burst? */
409 #define SCTPCTL_HB_MAX_BURST_DESC "Confirmation Heartbeat max burst"
414 /* abort_at_limit: When one-2-one hits qlimit abort */
415 #define SCTPCTL_ABORT_AT_LIMIT_DESC "Abort when one-to-one hits qlimit"
426 /* max_retran_chunk: max chunk retransmissions */
438 /* JRS - default congestion control module sysctl */
444 /* RS - default stream scheduling module sysctl */
450 /* RRS - default fragment interleave */
474 /* Enable sending of the SACK-IMMEDIATELY bit */
475 #define SCTPCTL_SACK_IMMEDIATELY_ENABLE_DESC "Enable sending of the SACK-IMMEDIATELY-bit"
480 /* Enable sending of the NAT-FRIENDLY message */
481 #define SCTPCTL_NAT_FRIENDLY_INITS_DESC "Enable sending of the nat-friendly SCTP option on INITs"
499 #define SCTPCTL_INITIAL_CWND_DESC "Defines the initial congestion window size in MTUs"
537 #define SCTPCTL_SENDALL_LIMIT_DESC "Maximum size of a message send with SCTP_SENDALL"