[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
|
@ -276,6 +276,7 @@ struct sctp_sock {
|
|||
__u32 default_context;
|
||||
__u32 default_timetolive;
|
||||
__u32 default_rcv_context;
|
||||
int max_burst;
|
||||
|
||||
/* Heartbeat interval: The endpoint sends out a Heartbeat chunk to
|
||||
* the destination address every heartbeat interval. This value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue