mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 11:50:06 +00:00
Add UDP_GRO from Linux 5.0 to netinet/udp.h.
This patch adds the new constant UDP_GRO from Linux 5.0 to glibc. Tested for x86_64. * sysdeps/gnu/netinet/udp.h (UDP_GRO): New macro.
This commit is contained in:
parent
9ac2de697e
commit
d7563e6277
@ -1,5 +1,7 @@
|
||||
2019-03-25 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/gnu/netinet/udp.h (UDP_GRO): New macro.
|
||||
|
||||
* elf/elf.h (NT_ARM_PAC_MASK): New macro.
|
||||
(NT_MIPS_MSA): Likewise.
|
||||
|
||||
|
@ -82,6 +82,7 @@ struct udphdr
|
||||
#define UDP_NO_CHECK6_RX 102 /* Disable accepting checksum for UDP
|
||||
over IPv6. */
|
||||
#define UDP_SEGMENT 103 /* Set GSO segmentation size. */
|
||||
#define UDP_GRO 104 /* This socket can receive UDP GRO packets. */
|
||||
|
||||
/* UDP encapsulation types */
|
||||
#define UDP_ENCAP_ESPINUDP_NON_IKE 1 /* draft-ietf-ipsec-nat-t-ike-00/01 */
|
||||
|
Loading…
Reference in New Issue
Block a user