diff options
author | tuexen <tuexen@FreeBSD.org> | 2014-08-22 19:57:39 +0000 |
---|---|---|
committer | tuexen <tuexen@FreeBSD.org> | 2014-08-22 19:57:39 +0000 |
commit | a4786844b5aed176a639f1a041df00e694738983 (patch) | |
tree | d2cc67bf7d3042259b0eb0a50770a14d90b095f4 /sys/netinet/sctp_structs.h | |
parent | c03375e227571ca74ca3e1d283016c01f74d24e2 (diff) | |
download | FreeBSD-src-a4786844b5aed176a639f1a041df00e694738983.zip FreeBSD-src-a4786844b5aed176a639f1a041df00e694738983.tar.gz |
MFC r269436, r269445:
Cleanup the ECN configuration handling and provide an SCTP socket
option for controlling ECN on future associations and get the
status on current associations.
A simialar pattern will be used for controlling SCTP extensions in
upcoming commits.
Diffstat (limited to 'sys/netinet/sctp_structs.h')
-rw-r--r-- | sys/netinet/sctp_structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_structs.h b/sys/netinet/sctp_structs.h index a8b86c6..701dc8a 100644 --- a/sys/netinet/sctp_structs.h +++ b/sys/netinet/sctp_structs.h @@ -1151,7 +1151,7 @@ struct sctp_association { */ /* Flag to tell if ECN is allowed */ - uint8_t ecn_allowed; + uint8_t ecn_supported; /* Did the peer make the stream config (add out) request */ uint8_t peer_req_out; |