summaryrefslogtreecommitdiffstats
path: root/include/net/sctp/user.h
diff options
context:
space:
mode:
authorVlad Yasevich2007-03-23 19:34:36 +0100
committerDavid S. Miller2007-04-26 07:28:04 +0200
commit703315712cfccfe0b45ef4aa6994527d8ee95e33 (patch)
tree618a5aced2dfd2937259b3e99f477b9d1f80e24d /include/net/sctp/user.h
parent[SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification. (diff)
downloadkernel-qcow2-linux-703315712cfccfe0b45ef4aa6994527d8ee95e33.tar.gz
kernel-qcow2-linux-703315712cfccfe0b45ef4aa6994527d8ee95e33.tar.xz
kernel-qcow2-linux-703315712cfccfe0b45ef4aa6994527d8ee95e33.zip
[SCTP]: Implement SCTP_MAX_BURST socket option.
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sctp/user.h')
-rw-r--r--include/net/sctp/user.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/sctp/user.h b/include/net/sctp/user.h
index 1b3153c2cdf0..6d2b57758cca 100644
--- a/include/net/sctp/user.h
+++ b/include/net/sctp/user.h
@@ -101,6 +101,8 @@ enum sctp_optname {
#define SCTP_FRAGMENT_INTERLEAVE SCTP_FRAGMENT_INTERLEAVE
SCTP_PARTIAL_DELIVERY_POINT, /* Set/Get partial delivery point */
#define SCTP_PARTIAL_DELIVERY_POINT SCTP_PARTIAL_DELIVERY_POINT
+ SCTP_MAX_BURST, /* Set/Get max burst */
+#define SCTP_MAX_BURST SCTP_MAX_BURST
/* Internal Socket Options. Some of the sctp library functions are
* implemented using these socket options.