aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp/constants.h
diff options
context:
space:
mode:
authorVlad Yasevich <vladislav.yasevich@hp.com>2007-03-23 11:34:36 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-04-25 22:28:04 -0700
commit703315712cfccfe0b45ef4aa6994527d8ee95e33 (patch)
tree618a5aced2dfd2937259b3e99f477b9d1f80e24d /include/net/sctp/constants.h
parent[SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification. (diff)
downloadlinux-dev-703315712cfccfe0b45ef4aa6994527d8ee95e33.tar.xz
linux-dev-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/constants.h')
-rw-r--r--include/net/sctp/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/constants.h b/include/net/sctp/constants.h
index 5ddb85599863..bb37724495a5 100644
--- a/include/net/sctp/constants.h
+++ b/include/net/sctp/constants.h
@@ -283,7 +283,7 @@ enum { SCTP_MAX_GABS = 16 };
#define SCTP_RTO_BETA 2 /* 1/4 when converted to right shifts. */
/* Maximum number of new data packets that can be sent in a burst. */
-#define SCTP_MAX_BURST 4
+#define SCTP_DEFAULT_MAX_BURST 4
#define SCTP_CLOCK_GRANULARITY 1 /* 1 jiffy */