From 5c01869ce75f1987cd16bf3652caee22526bf881 Mon Sep 17 00:00:00 2001 From: Eugene Syromyatnikov Date: Sun, 8 Apr 2018 23:18:37 +0200 Subject: [PATCH] xlat: update SCTP_* constants * xlat/socksctpoptions.in (SCTP_AUTH_DEACTIVATE_KEY): New constant, introduced by Linux commit v4.17-rc1~148^2~191^2~2. (SCTP_SENDMSG_CONNECT): New constant, introduced by Linux commit v4.17-rc1~96^2~9. --- xlat/socksctpoptions.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xlat/socksctpoptions.in b/xlat/socksctpoptions.in index f785ca83..bbb914ed 100644 --- a/xlat/socksctpoptions.in +++ b/xlat/socksctpoptions.in @@ -33,6 +33,7 @@ SCTP_PEER_ADDR_THLDS 31 SCTP_RECVRCVINFO 32 SCTP_RECVNXTINFO 33 SCTP_DEFAULT_SNDINFO 34 +SCTP_AUTH_DEACTIVATE_KEY 35 /* linux specific things */ SCTP_SOCKOPT_BINDX_ADD 100 SCTP_SOCKOPT_BINDX_REM 101 @@ -60,3 +61,4 @@ SCTP_SOCKOPT_PEELOFF_FLAGS 122 SCTP_STREAM_SCHEDULER 123 SCTP_STREAM_SCHEDULER_VALUE 124 SCTP_INTERLEAVING_SUPPORTED 125 +SCTP_SENDMSG_CONNECT 126 -- 2.40.0