From c79bec9c7509f55bcc0a9e30de53a6cb26b94605 Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Tue, 12 Aug 2014 11:30:16 +0000 Subject: Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTED socket options. Add also a sysctl to control the support of ASCONF. MFC after: 1 week --- sys/netinet/sctp_pcb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/netinet/sctp_pcb.h') diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h index 694148ad1261..c9183b1d8207 100644 --- a/sys/netinet/sctp_pcb.h +++ b/sys/netinet/sctp_pcb.h @@ -408,6 +408,8 @@ struct sctp_inpcb { uint32_t sctp_cmt_on_off; uint8_t ecn_supported; uint8_t prsctp_supported; + uint8_t auth_supported; + uint8_t asconf_supported; uint8_t reconfig_supported; uint8_t nrsack_supported; uint8_t pktdrop_supported; -- cgit v1.2.3