summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Syromyatnikov <evgsyr@gmail.com>2018-02-16 19:26:02 +0100
committerDmitry V. Levin <ldv@altlinux.org>2018-03-02 21:53:08 +0000
commit67ec8128bf2228b23c989d686c5313f2372aa3a6 (patch)
tree6851bdb0266418e0622be5f3129a878af3491740
parentfcef4697b931566e05d84b182297d430375f17f1 (diff)
downloadstrace-67ec8128bf2228b23c989d686c5313f2372aa3a6.tar.gz
xlat: update the list of SCTP socket option constants
* xlat/socksctpoptions.in (SCTP_DELAYED_ACK): Rename to... (SCTP_DELAYED_SACK): ...this, per Linux commit v2.6.38-rc2~33^2. (SCTP_SOCKOPT_PEELOFF_FLAGS): New constant, introduced in Linux commit v4.13-rc1~157^2~39. (SCTP_STREAM_SCHEDULER): New constant, introduced in Linux commit v4.15-rc1~84^2~567^2~3. (SCTP_STREAM_SCHEDULER_VALUE): New constant, introduced in Linux commit v4.15-rc1~84^2~567^2~2. (SCTP_INTERLEAVING_SUPPORTED): New constant, introduced in Linux commit v4.16-rc1~123^2~384^2~11. * NEWS: Mention it.
-rw-r--r--NEWS4
-rw-r--r--xlat/socksctpoptions.in6
2 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index f0740cb0f..c79f71a58 100644
--- a/NEWS
+++ b/NEWS
@@ -13,8 +13,8 @@ Noteworthy changes in release ?.?? (????-??-??)
in brackets.
* Enhanced NETLINK_ROUTE protocol decoding.
* Updated lists of signal codes.
- * Updated lists of ETH_P_*, INET_DIAG_BC_*, POLL*, RWF_*, and SCHED_FLAG_*
- constants.
+ * Updated lists of ETH_P_*, INET_DIAG_BC_*, POLL*, RWF_*, SCHED_FLAG_*, and
+ SCTP_* constants.
* Implemented block/character device number printing in -yy mode.
* Known pixel/SDR format names are printed as comments for pixelformat fields
in v4l2 structures.
diff --git a/xlat/socksctpoptions.in b/xlat/socksctpoptions.in
index dfe87378f..460f005c8 100644
--- a/xlat/socksctpoptions.in
+++ b/xlat/socksctpoptions.in
@@ -14,7 +14,7 @@ SCTP_I_WANT_MAPPED_V4_ADDR
SCTP_MAXSEG
SCTP_STATUS
SCTP_GET_PEER_ADDR_INFO
-SCTP_DELAYED_ACK
+SCTP_DELAYED_SACK
SCTP_CONTEXT
SCTP_FRAGMENT_INTERLEAVE
SCTP_PARTIAL_DELIVERY_POINT
@@ -56,3 +56,7 @@ SCTP_ENABLE_STREAM_RESET
SCTP_RESET_STREAMS
SCTP_RESET_ASSOC
SCTP_ADD_STREAMS
+SCTP_SOCKOPT_PEELOFF_FLAGS
+SCTP_STREAM_SCHEDULER
+SCTP_STREAM_SCHEDULER_VALUE
+SCTP_INTERLEAVING_SUPPORTED