]> granicus.if.org Git - strace/commitdiff
xlat: update sock_sctp_options
authorEugene Syromyatnikov <evgsyr@gmail.com>
Sun, 20 Oct 2019 16:41:34 +0000 (18:41 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 20 Oct 2019 17:06:49 +0000 (17:06 +0000)
* xlat/sock_sctp_options.in (SCTP_ASCONF_SUPPORTED): New constant,
introduced by Linux commit v5.4-rc1~131^2~204^2~4.
(SCTP_AUTH_SUPPORTED): New constant, introduced by Linux commit
v5.4-rc1~131^2~204^2~1.
(SCTP_ECN_SUPPORTED): New constant, introduced by Linux commit
v5.4-rc1~131^2~140^2.

xlat/sock_sctp_options.in

index 2227ef94410e0d758ebe65e020385119918e9184..50fd7f7747dfc9b3a52d2199e38135647c1ca831 100644 (file)
@@ -64,3 +64,6 @@ SCTP_STREAM_SCHEDULER_VALUE   124
 SCTP_INTERLEAVING_SUPPORTED    125
 SCTP_SENDMSG_CONNECT           126
 SCTP_EVENT                     127
+SCTP_ASCONF_SUPPORTED          128
+SCTP_AUTH_SUPPORTED            129
+SCTP_ECN_SUPPORTED             130