From ac49b054e7f7d4d3141f5975b72b386ae04c5c46 Mon Sep 17 00:00:00 2001 From: Sridhar Samudrala Date: Thu, 21 Oct 2004 01:21:31 -0700 Subject: [SCTP] Adaption layer indication support. Add support for SCTP_ADAPTION_INDICATION notification, SCTP_ADAPTION_LAYER socket option and SCTP_PARAM_ADAPTION_LAYER_IND parameter. Signed-off-by: Sridhar Samudrala --- include/linux/sctp.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/sctp.h b/include/linux/sctp.h index cff28345eacf..1ed3da0cb9d0 100644 --- a/include/linux/sctp.h +++ b/include/linux/sctp.h @@ -281,7 +281,11 @@ typedef struct sctp_ecn_capable_param { sctp_paramhdr_t param_hdr; } __attribute__((packed)) sctp_ecn_capable_param_t; - +/* ADDIP Section 3.2.6 Adaption Layer Indication */ +typedef struct sctp_adaption_ind_param { + struct sctp_paramhdr param_hdr; + __u32 adaption_ind; +} __attribute__((packed)) sctp_adaption_ind_param_t; /* RFC 2960. Section 3.3.3 Initiation Acknowledgement (INIT ACK) (2): * The INIT ACK chunk is used to acknowledge the initiation of an SCTP -- cgit v1.2.3