]> granicus.if.org Git - strace/commitdiff
xlat: update TCP_* constants
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 13 Aug 2019 11:06:57 +0000 (11:06 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 13 Aug 2019 11:06:57 +0000 (11:06 +0000)
* 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
xlat/sock_tcp_options.in

diff --git a/NEWS b/NEWS
index ceb68d488416c47955db0a1a24d604bd4110ad21..c157e0d2f4ace229edaed2f395732b5069e02379 100644 (file)
--- 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
index 70543cce3abc5dbac19757da795fa9d799d9dd07..cb1de24b73e927c6819d9797f0613d935c3bae0e 100644 (file)
@@ -35,3 +35,4 @@ TCP_FASTOPEN_KEY              33
 TCP_FASTOPEN_NO_COOKIE         34
 TCP_ZEROCOPY_RECEIVE           35
 TCP_INQ                                36
+TCP_TX_DELAY                   37