mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 06:41:39 +00:00
[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>
This commit is contained in:
parent
a5a35e7675
commit
703315712c
6 changed files with 67 additions and 3 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue