summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_sysctl.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2012-01-07 14:04:00 +0000
committertuexen <tuexen@FreeBSD.org>2012-01-07 14:04:00 +0000
commit792f7ea9b5ac3c8acd3af22dda4120d1b7899abc (patch)
tree59b760120a708e8c2b9b1dcc4c0d0f450ab814f4 /sys/netinet/sctp_sysctl.h
parent582eaf225d5251b59a84327cbb90a8b9afa9d543 (diff)
downloadFreeBSD-src-792f7ea9b5ac3c8acd3af22dda4120d1b7899abc.zip
FreeBSD-src-792f7ea9b5ac3c8acd3af22dda4120d1b7899abc.tar.gz
Retire the SCTP sysctl "strict_init". We always perform the validation
and there is no reason to make is configuarable. Discussed with rrs@.
Diffstat (limited to 'sys/netinet/sctp_sysctl.h')
-rw-r--r--sys/netinet/sctp_sysctl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/netinet/sctp_sysctl.h b/sys/netinet/sctp_sysctl.h
index 1b81401..64d941d 100644
--- a/sys/netinet/sctp_sysctl.h
+++ b/sys/netinet/sctp_sysctl.h
@@ -50,7 +50,6 @@ struct sctp_sysctl {
#if !defined(SCTP_WITH_NO_CSUM)
uint32_t sctp_no_csum_on_loopback;
#endif
- uint32_t sctp_strict_init;
uint32_t sctp_peer_chunk_oh;
uint32_t sctp_max_burst_default;
uint32_t sctp_max_chunks_on_queue;
@@ -168,12 +167,6 @@ struct sctp_sysctl {
#define SCTPCTL_LOOPBACK_NOCSUM_MAX 1
#define SCTPCTL_LOOPBACK_NOCSUM_DEFAULT 1
-/* strict_init: Enable strict INIT/INIT-ACK singleton enforcement */
-#define SCTPCTL_STRICT_INIT_DESC "Enable strict INIT/INIT-ACK singleton enforcement"
-#define SCTPCTL_STRICT_INIT_MIN 0
-#define SCTPCTL_STRICT_INIT_MAX 1
-#define SCTPCTL_STRICT_INIT_DEFAULT 1
-
/* peer_chkoh: Amount to debit peers rwnd per chunk sent */
#define SCTPCTL_PEER_CHKOH_DESC "Amount to debit peers rwnd per chunk sent"
#define SCTPCTL_PEER_CHKOH_MIN 0
OpenPOWER on IntegriCloud