mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
netinet/udp.h: add UDP_ENCAP_RXRPC from linux v4.19
used for optimizing the rxrpc protocol added in linux commit 5271953cad31b97dea80f848c16e96ad66401199
This commit is contained in:
parent
b47723ab3b
commit
3e52f99308
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ struct udphdr {
|
|||
#define UDP_ENCAP_L2TPINUDP 3
|
||||
#define UDP_ENCAP_GTP0 4
|
||||
#define UDP_ENCAP_GTP1U 5
|
||||
#define UDP_ENCAP_RXRPC 6
|
||||
|
||||
#define SOL_UDP 17
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue