From 14714581d074386e4df424b3495aa20309e94d8e Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 13 Aug 2019 11:06:57 +0000 Subject: [PATCH] xlat: update TCP_* constants * xlat/sock_tcp_options.in (TCP_TX_DELAY): New constant introduced by Linux kernel commit v5.3-rc1~140^2~269. * NEWS: Mention this. --- NEWS | 2 +- xlat/sock_tcp_options.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ceb68d48..c157e0d2 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ Noteworthy changes in release ?.? (????-??-??) ============================================== * Improvements - * Updated lists of BPF_*, ETH_*, KEYCTL_*, KVM_*, MAP_*, SO_*, V4L2_*, + * Updated lists of BPF_*, ETH_*, KEYCTL_*, KVM_*, MAP_*, SO_*, TCP_*, V4L2_*, XDP_*, and *_MAGIC constants. * Bug fixes diff --git a/xlat/sock_tcp_options.in b/xlat/sock_tcp_options.in index 70543cce..cb1de24b 100644 --- a/xlat/sock_tcp_options.in +++ b/xlat/sock_tcp_options.in @@ -35,3 +35,4 @@ TCP_FASTOPEN_KEY 33 TCP_FASTOPEN_NO_COOKIE 34 TCP_ZEROCOPY_RECEIVE 35 TCP_INQ 36 +TCP_TX_DELAY 37 -- 2.40.0