aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_header.h
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2014-08-01 12:42:37 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2014-08-01 12:42:37 +0000
commitce11b8429bb81a6c8ddb0c2afb7438142bd0efe6 (patch)
tree10eda7303b772a543fb0c625621e9b58c0db4dbc /sys/netinet/sctp_header.h
parent835b36e211b6f1177d605d090c0c2a3f3bf29b3d (diff)
downloadsrc-ce11b8429bb81a6c8ddb0c2afb7438142bd0efe6.tar.gz
src-ce11b8429bb81a6c8ddb0c2afb7438142bd0efe6.zip
Cleanup sctp_send_initiate() and sctp_send_initiate_ack() to be
in sync as much as possible. This simplifies upcoming changes.
Notes
Notes: svn path=/head/; revision=269376
Diffstat (limited to 'sys/netinet/sctp_header.h')
-rw-r--r--sys/netinet/sctp_header.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/netinet/sctp_header.h b/sys/netinet/sctp_header.h
index 8f898a4b58ad..9e03d787d5d5 100644
--- a/sys/netinet/sctp_header.h
+++ b/sys/netinet/sctp_header.h
@@ -82,12 +82,6 @@ struct sctp_supported_addr_param {
uint16_t addr_type[2]; /* array of supported address types */
} SCTP_PACKED;
-/* ECN parameter */
-struct sctp_ecn_supported_param {
- struct sctp_paramhdr ph;/* type=SCTP_ECN_CAPABLE */
-} SCTP_PACKED;
-
-
/* heartbeat info parameter */
struct sctp_heartbeat_info_param {
struct sctp_paramhdr ph;