diff options
author | Xin Long <lucien.xin@gmail.com> | 2019-08-26 16:30:04 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-08-27 20:54:14 -0700 |
commit | d5886b919a720ff859aebf569cb0f353b1d977a6 (patch) | |
tree | 8817b65f830a249e7d919d73d6c4f1ea19b3cb7f /include/uapi/linux/sctp.h | |
parent | 2f5268a9249b87d49ab3c7050f99064e6d1a8bb0 (diff) |
sctp: allow users to set ep ecn flag by sockopt
SCTP_ECN_SUPPORTED sockopt will be added to allow users to change
ep ecn flag, and it's similar with other feature flags.
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/sctp.h')
-rw-r--r-- | include/uapi/linux/sctp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/sctp.h b/include/uapi/linux/sctp.h index 62527aca8477..6d5b164af55c 100644 --- a/include/uapi/linux/sctp.h +++ b/include/uapi/linux/sctp.h @@ -136,6 +136,7 @@ typedef __s32 sctp_assoc_t; #define SCTP_EVENT 127 #define SCTP_ASCONF_SUPPORTED 128 #define SCTP_AUTH_SUPPORTED 129 +#define SCTP_ECN_SUPPORTED 130 /* PR-SCTP policies */ #define SCTP_PR_SCTP_NONE 0x0000 |