summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_input.c
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2015-05-29 12:54:30 +0000
committertuexen <tuexen@FreeBSD.org>2015-05-29 12:54:30 +0000
commit10635a0e4cb8ce4b5611cc5aa2c8cca38f668097 (patch)
tree417515c982b92af65826e1073a2342f0d392cb91 /sys/netinet/sctp_input.c
parent44f9f670c91c5a354e5d9a0fa7487f1f1166b90f (diff)
downloadFreeBSD-src-10635a0e4cb8ce4b5611cc5aa2c8cca38f668097.zip
FreeBSD-src-10635a0e4cb8ce4b5611cc5aa2c8cca38f668097.tar.gz
MFC r279859:
Add a SCTP socket option to limit the cwnd for each path.
Diffstat (limited to 'sys/netinet/sctp_input.c')
-rw-r--r--sys/netinet/sctp_input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp_input.c b/sys/netinet/sctp_input.c
index 5020860..280ae4a 100644
--- a/sys/netinet/sctp_input.c
+++ b/sys/netinet/sctp_input.c
@@ -2763,6 +2763,7 @@ sctp_handle_cookie_echo(struct mbuf *m, int iphlen, int offset,
inp->sctp_mobility_features = (*inp_p)->sctp_mobility_features;
inp->sctp_socket = so;
inp->sctp_frag_point = (*inp_p)->sctp_frag_point;
+ inp->max_cwnd = (*inp_p)->max_cwnd;
inp->sctp_cmt_on_off = (*inp_p)->sctp_cmt_on_off;
inp->ecn_supported = (*inp_p)->ecn_supported;
inp->prsctp_supported = (*inp_p)->prsctp_supported;
OpenPOWER on IntegriCloud