This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Add TCP_REPAIR_WINDOW from Linux 4.8
- From: Florian Weimer <fw at deneb dot enyo dot de>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Mon, 03 Oct 2016 19:49:47 +0200
- Subject: Re: Add TCP_REPAIR_WINDOW from Linux 4.8
- Authentication-results: sourceware.org; auth=none
- References: <alpine.DEB.2.20.1610031746250.17903@digraph.polyomino.org.uk>
* Joseph Myers:
> Linux 4.8 adds TCP_REPAIR_WINDOW to include/uapi/linux/tcp.h. This
> patch adds it to sysdeps/gnu/netinet/tcp.h accordingly.
>
> Tested for x86_64 and x86 (testsuite, and that installed shared
> libraries are unchanged by the patch).
Please also add struct tcp_repair_window, otherwise the #define
doesn't make much sense. Thanks.