uapi: sctp header change
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
9c5f4251d6
commit
9abb69f8a0
|
|
@ -568,6 +568,8 @@ struct sctp_assoc_reset_event {
|
||||||
|
|
||||||
#define SCTP_ASSOC_CHANGE_DENIED 0x0004
|
#define SCTP_ASSOC_CHANGE_DENIED 0x0004
|
||||||
#define SCTP_ASSOC_CHANGE_FAILED 0x0008
|
#define SCTP_ASSOC_CHANGE_FAILED 0x0008
|
||||||
|
#define SCTP_STREAM_CHANGE_DENIED SCTP_ASSOC_CHANGE_DENIED
|
||||||
|
#define SCTP_STREAM_CHANGE_FAILED SCTP_ASSOC_CHANGE_FAILED
|
||||||
struct sctp_stream_change_event {
|
struct sctp_stream_change_event {
|
||||||
__u16 strchange_type;
|
__u16 strchange_type;
|
||||||
__u16 strchange_flags;
|
__u16 strchange_flags;
|
||||||
|
|
@ -1145,6 +1147,7 @@ struct sctp_add_streams {
|
||||||
/* SCTP Stream schedulers */
|
/* SCTP Stream schedulers */
|
||||||
enum sctp_sched_type {
|
enum sctp_sched_type {
|
||||||
SCTP_SS_FCFS,
|
SCTP_SS_FCFS,
|
||||||
|
SCTP_SS_DEFAULT = SCTP_SS_FCFS,
|
||||||
SCTP_SS_PRIO,
|
SCTP_SS_PRIO,
|
||||||
SCTP_SS_RR,
|
SCTP_SS_RR,
|
||||||
SCTP_SS_MAX = SCTP_SS_RR
|
SCTP_SS_MAX = SCTP_SS_RR
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue