summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_pcb.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2011-02-03 19:59:00 +0000
committertuexen <tuexen@FreeBSD.org>2011-02-03 19:59:00 +0000
commit8c15a38b6340497a544a77e32996b7209f2e54eb (patch)
treefb56bb5638afcde827deb48d5b6094fd85ae8d22 /sys/netinet/sctp_pcb.h
parent45cdff3dd8dfb77457ff6dd2d900658a98f5c723 (diff)
downloadFreeBSD-src-8c15a38b6340497a544a77e32996b7209f2e54eb.zip
FreeBSD-src-8c15a38b6340497a544a77e32996b7209f2e54eb.tar.gz
Make sure that changing the ECN sysctl does not affect
exisiting associations and endpoints. MFC after: 3 months.
Diffstat (limited to 'sys/netinet/sctp_pcb.h')
-rw-r--r--sys/netinet/sctp_pcb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h
index 44b2fa8..9fa82d5 100644
--- a/sys/netinet/sctp_pcb.h
+++ b/sys/netinet/sctp_pcb.h
@@ -394,6 +394,7 @@ struct sctp_inpcb {
uint32_t partial_delivery_point;
uint32_t sctp_context;
uint32_t sctp_cmt_on_off;
+ uint32_t sctp_ecn_enable;
struct sctp_nonpad_sndrcvinfo def_send;
/*-
* These three are here for the sosend_dgram
OpenPOWER on IntegriCloud