diff options
author | Michael Tuexen <tuexen@FreeBSD.org> | 2015-03-10 19:49:25 +0000 |
---|---|---|
committer | Michael Tuexen <tuexen@FreeBSD.org> | 2015-03-10 19:49:25 +0000 |
commit | 59b6d5be4e01852f1022f46168767309b9588db6 (patch) | |
tree | 4141eaf0fa5f9da4dcaf9b3b44d94deda353ee3c /sys/netinet/sctp_pcb.h | |
parent | 56c2c47b6476354e78ce7e72767378dca559522a (diff) |
Add a SCTP socket option to limit the cwnd for each path.
MFC after: 1 month
Notes
Notes:
svn path=/head/; revision=279859
Diffstat (limited to 'sys/netinet/sctp_pcb.h')
-rw-r--r-- | sys/netinet/sctp_pcb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h index c9183b1d8207..963b89fbcac0 100644 --- a/sys/netinet/sctp_pcb.h +++ b/sys/netinet/sctp_pcb.h @@ -404,6 +404,7 @@ struct sctp_inpcb { uint32_t sctp_frag_point; uint32_t partial_delivery_point; uint32_t sctp_context; + uint32_t max_cwnd; uint8_t local_strreset_support; uint32_t sctp_cmt_on_off; uint8_t ecn_supported; |