]> granicus.if.org Git - strace/commitdiff
xlat: update TCP_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 4 Feb 2018 00:22:01 +0000 (00:22 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 6 Feb 2018 08:45:32 +0000 (08:45 +0000)
* xlat/socktcpoptions.in: Add TCP_FASTOPEN_KEY and
TCP_FASTOPEN_NO_COOKIE introduced by linux kernel commits
v4.15-rc1~84^2~387 and v4.15-rc1~84^2~339, respectively.
* NEWS: Mention this.

NEWS
xlat/socktcpoptions.in

diff --git a/NEWS b/NEWS
index 72998b4fadf9c9ad80a3bfc1875ebe5b4dd95a9c..c04b777af68786e746a2615b7447ef058f9d8d5d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,7 +25,7 @@ Noteworthy changes in release ?.?? (????-??-??)
     of mq_getsetattr, mq_notify, mq_timedreceive, and mq_timedsend syscalls
     as file descriptors.
   * Added decoding of get_tls syscall on arm.
-  * Updated lists of IPV6_*, MAP_*, MSG_*, NT_*, and SHM_* constants.
+  * Updated lists of IPV6_*, MAP_*, MSG_*, NT_*, SHM_*, and TCP_* constants.
   * Added manual page for the strace-log-merge command.
   * Updated lists of ioctl commands from Linux 4.15.
   * Implemented biarch support for s390x.
index 747b184c6684ebb18692966dac91c8fbcefa4625..44f1a2a8f7ddac7a80b07fa40e38aae685e8a99b 100644 (file)
@@ -30,3 +30,5 @@ TCP_REPAIR_WINDOW
 TCP_FASTOPEN_CONNECT
 TCP_ULP
 TCP_MD5SIG_EXT
+TCP_FASTOPEN_KEY
+TCP_FASTOPEN_NO_COOKIE