X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fusrsctp%2Fusrsctplib%2Fnetinet%2Fsctp_header.h;h=a860c182107c8513a625ab8f5c3bc79af2b73616;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=e6f441c72e33755b7b75c3a2f4ee3cc1767ef619;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/usrsctp/usrsctplib/netinet/sctp_header.h b/src/third_party/usrsctp/usrsctplib/netinet/sctp_header.h index e6f441c..a860c18 100755 --- a/src/third_party/usrsctp/usrsctplib/netinet/sctp_header.h +++ b/src/third_party/usrsctp/usrsctplib/netinet/sctp_header.h @@ -32,7 +32,7 @@ #ifdef __FreeBSD__ #include -__FBSDID("$FreeBSD: head/sys/netinet/sctp_header.h 240198 2012-09-07 13:36:42Z tuexen $"); +__FBSDID("$FreeBSD: head/sys/netinet/sctp_header.h 269376 2014-08-01 12:42:37Z tuexen $"); #endif #ifndef _NETINET_SCTP_HEADER_H_ @@ -94,12 +94,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;