From: Dmitry V. Levin Date: Tue, 13 Aug 2019 11:06:57 +0000 (+0000) Subject: xlat: update TCP_* constants X-Git-Tag: v5.3~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14714581d074386e4df424b3495aa20309e94d8e;p=strace 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. --- 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