Lines Matching +full:timeout +full:- +full:ms

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 */
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"
246 /* delayed_sack_time: Default delayed SACK timer in ms */
247 #define SCTPCTL_DELAYED_SACK_TIME_DESC "Default delayed SACK timer in ms"
270 /* heartbeat_interval: Default heartbeat interval in ms */
271 #define SCTPCTL_HEARTBEAT_INTERVAL_DESC "Default heartbeat interval in ms"
294 /* rto_max: Default maximum retransmission timeout in ms */
295 #define SCTPCTL_RTO_MAX_DESC "Default maximum retransmission timeout in ms"
300 /* rto_min: Default minimum retransmission timeout in ms */
301 #define SCTPCTL_RTO_MIN_DESC "Default minimum retransmission timeout in ms"
306 /* rto_initial: Default initial retransmission timeout in ms */
307 #define SCTPCTL_RTO_INITIAL_DESC "Default initial retransmission timeout in ms"
312 /* init_rto_max: Default maximum retransmission timeout during association setup in ms */
313 …e SCTPCTL_INIT_RTO_MAX_DESC "Default maximum retransmission timeout during association setup in ms"
318 /* valid_cookie_life: Default cookie lifetime in ms */
319 #define SCTPCTL_VALID_COOKIE_LIFE_DESC "Default cookie lifetime in ms"
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…
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"
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"