Lines Matching +full:timeout +full:- +full:enable

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"
150 /* ecn_enable: Enable SCTP ECN */
151 #define SCTPCTL_ECN_ENABLE_DESC "Enable SCTP ECN"
156 /* pr_enable: Enable PR-SCTP */
157 #define SCTPCTL_PR_ENABLE_DESC "Enable PR-SCTP"
162 /* auth_enable: Enable SCTP AUTH function */
163 #define SCTPCTL_AUTH_ENABLE_DESC "Enable SCTP AUTH function"
168 /* asconf_enable: Enable SCTP ASCONF */
169 #define SCTPCTL_ASCONF_ENABLE_DESC "Enable SCTP ASCONF"
174 /* reconfig_enable: Enable SCTP RE-CONFIG */
175 #define SCTPCTL_RECONFIG_ENABLE_DESC "Enable SCTP RE-CONFIG"
180 /* nrsack_enable: Enable NR_SACK */
181 #define SCTPCTL_NRSACK_ENABLE_DESC "Enable SCTP NR-SACK"
186 /* pktdrop_enable: Enable SCTP Packet Drop Reports */
187 #define SCTPCTL_PKTDROP_ENABLE_DESC "Enable SCTP PKTDROP"
192 /* loopback_nocsum: Enable NO Csum on packets sent on loopback */
193 #define SCTPCTL_LOOPBACK_NOCSUM_DESC "Enable NO Csum on packets sent on loopback"
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 #define SCTPCTL_INIT_RTO_MAX_DESC "Default maximum retransmission timeout during association setup …
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 */
456 /* mobility_base: Enable SCTP mobility support */
457 #define SCTPCTL_MOBILITY_BASE_DESC "Enable SCTP base mobility"
462 /* mobility_fasthandoff: Enable SCTP fast handoff support */
463 #define SCTPCTL_MOBILITY_FASTHANDOFF_DESC "Enable SCTP fast handoff"
468 /* Enable SCTP/UDP tunneling port */
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"
492 /* Enable Send/Receive buffer splitting */
493 #define SCTPCTL_BUFFER_SPLITTING_DESC "Enable send/receive buffer splitting"
526 #define SCTPCTL_RTTVAR_DCCCECN_DESC "Enable ECN for DCCC."
531 #define SCTPCTL_BLACKHOLE_DESC "Enable SCTP blackholing, see blackhole(4) for more details"