From 0ec9716124dd7c41d83279d843ad0d2c8a72435c Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 4 Feb 2018 00:22:01 +0000 Subject: [PATCH] xlat: update TCP_* constants * 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 | 2 +- xlat/socktcpoptions.in | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 72998b4f..c04b777a 100644 --- 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. diff --git a/xlat/socktcpoptions.in b/xlat/socktcpoptions.in index 747b184c..44f1a2a8 100644 --- a/xlat/socktcpoptions.in +++ b/xlat/socktcpoptions.in @@ -30,3 +30,5 @@ TCP_REPAIR_WINDOW TCP_FASTOPEN_CONNECT TCP_ULP TCP_MD5SIG_EXT +TCP_FASTOPEN_KEY +TCP_FASTOPEN_NO_COOKIE -- 2.40.0