[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
|
|
@ -1042,7 +1042,7 @@ SCTP_STATIC __init int sctp_init(void)
|
|||
sctp_cookie_preserve_enable = 1;
|
||||
|
||||
/* Max.Burst - 4 */
|
||||
sctp_max_burst = SCTP_MAX_BURST;
|
||||
sctp_max_burst = SCTP_DEFAULT_MAX_BURST;
|
||||
|
||||
/* Association.Max.Retrans - 10 attempts
|
||||
* Path.Max.Retrans - 5 attempts (per destination address)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue