aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_uio.h
diff options
context:
space:
mode:
authorRandall Stewart <rrs@FreeBSD.org>2011-02-26 15:23:46 +0000
committerRandall Stewart <rrs@FreeBSD.org>2011-02-26 15:23:46 +0000
commit299108c5a241bc4f7caf506b6e2b5da22626fe2a (patch)
tree1f7b1302d8f5bd9db6d87b45a7c943be9458aeeb /sys/netinet/sctp_uio.h
parent65cb6238bd63eda5c71dfc6ef8e0e5f458761a8d (diff)
downloadsrc-299108c5a241bc4f7caf506b6e2b5da22626fe2a.tar.gz
src-299108c5a241bc4f7caf506b6e2b5da22626fe2a.zip
Improvements to CC modules:
1) Add four new points that allow you to get more information to cc algo's 2) Fix the case where user changes module on a existing TCB, in such a case, the initialization module needs to be called on all nets. 3) Move htcp_cc structure to a union that other modules can use. 4) Add 5th point for get/set socket options for cc_module specific options MFC after: 2 months
Notes
Notes: svn path=/head/; revision=219057
Diffstat (limited to 'sys/netinet/sctp_uio.h')
-rw-r--r--sys/netinet/sctp_uio.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/netinet/sctp_uio.h b/sys/netinet/sctp_uio.h
index ea016572cf9b..56aef9d08234 100644
--- a/sys/netinet/sctp_uio.h
+++ b/sys/netinet/sctp_uio.h
@@ -533,6 +533,11 @@ struct sctp_assoc_value {
uint32_t assoc_value;
};
+struct sctp_cc_option {
+ int option;
+ struct sctp_assoc_value aid_value;
+};
+
struct sctp_stream_value {
sctp_assoc_t assoc_id;
uint16_t stream_id;