summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_peeloff.c
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2014-08-22 20:16:26 +0000
committertuexen <tuexen@FreeBSD.org>2014-08-22 20:16:26 +0000
commit85630ed213a4dd53b8bb3a51a3824204c1eb417d (patch)
tree5526af1fe69b4080ae54409fd3ebf184cfe305cd /sys/netinet/sctp_peeloff.c
parent5a4252e3c473170a493004da8e482390b54ddedd (diff)
downloadFreeBSD-src-85630ed213a4dd53b8bb3a51a3824204c1eb417d.zip
FreeBSD-src-85630ed213a4dd53b8bb3a51a3824204c1eb417d.tar.gz
MFC r269527:
Add support for the SCTP_RECONFIG_SUPPORTED and the corresponding sysctl controlling the negotiation of the RE-CONFIG extension.
Diffstat (limited to 'sys/netinet/sctp_peeloff.c')
-rw-r--r--sys/netinet/sctp_peeloff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp_peeloff.c b/sys/netinet/sctp_peeloff.c
index 2aa691d..ed4ef49 100644
--- a/sys/netinet/sctp_peeloff.c
+++ b/sys/netinet/sctp_peeloff.c
@@ -120,6 +120,7 @@ sctp_do_peeloff(struct socket *head, struct socket *so, sctp_assoc_t assoc_id)
n_inp->sctp_cmt_on_off = inp->sctp_cmt_on_off;
n_inp->ecn_supported = inp->ecn_supported;
n_inp->prsctp_supported = inp->prsctp_supported;
+ n_inp->reconfig_supported = inp->reconfig_supported;
n_inp->nrsack_supported = inp->nrsack_supported;
n_inp->pktdrop_supported = inp->pktdrop_supported;
n_inp->partial_delivery_point = inp->partial_delivery_point;
OpenPOWER on IntegriCloud