Update netinet/tcp.h from Linux 4.18

Florian Weimer fweimer@redhat.com
Tue Aug 21 12:57:00 GMT 2018


On 08/20/2018 10:21 PM, Joseph Myers wrote:
> +/* For use with TCP_ZEROCOPY_RECEIVE.  */
> +struct tcp_zerocopy_receive
> +{
> +  uint64_t address; /* In: address of mapping.  */
> +  uint32_t length; /* In/out: number of bytes to map/mapped.  */
> +  uint32_t recv_skip_hint; /* Out: amount of bytes to skip.  */
> +};

Works for me.

Thanks,
Florian



More information about the Libc-alpha mailing list