xlat: update the list of SCTP socket option constants
authorEugene Syromyatnikov <evgsyr@gmail.com>
Fri, 16 Feb 2018 18:26:02 +0000 (19:26 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 2 Mar 2018 21:53:08 +0000 (21:53 +0000)
* 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.

NEWS
xlat/socksctpoptions.in

diff --git a/NEWS b/NEWS
index f0740cb0f0397a9515163405a8ca38b95e456ca6..c79f71a582f2fdb95daeb2bfd7f3623cf92c70d0 100644 (file)
--- 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.
index dfe87378f779e0ee6bcf771475a3017274f3d933..460f005c8e784e15f00192b1c82f3e4f0f18c41c 100644 (file)
@@ -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