mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-20 01:12:17 +08:00
This patch updates struct tcp_info to include new fields from Linux 6.17: - tcpi_pacing_rate, tcpi_max_pacing_rate - tcpi_bytes_acked, tcpi_bytes_received - tcpi_delivery_rate, tcpi_busy_time - tcpi_delivered, tcpi_delivered_ce - and many other TCP metrics Additionally, this patch adds: - TCP_AO_* definitions (Authentication Option) - struct tcp_diag_md5sig for INET_DIAG_MD5SIG - Netlink attribute types for SCM_TIMESTAMPING_OPT_STATS All changes are synchronized from the Linux kernel's tcp.h without functional modifications, only code style changes. Signed-off-by: Jiayuan Chen <jiayuan.chen@linux.dev> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>