This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Update netinet/tcp.h from Linux 4.18


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]