diff options
| author | 2007-03-23 11:34:36 -0700 | |
|---|---|---|
| committer | 2007-04-25 22:28:04 -0700 | |
| commit | 703315712cfccfe0b45ef4aa6994527d8ee95e33 (patch) | |
| tree | 618a5aced2dfd2937259b3e99f477b9d1f80e24d /include/net/sctp/structs.h | |
| parent | [SCTP]: Implement sac_info field in SCTP_ASSOC_CHANGE notification. (diff) | |
| download | linux-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/structs.h')
| -rw-r--r-- | include/net/sctp/structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 37b4a24e589b..7b4fff93ba7f 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h @@ -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 |
