projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b47723a
)
netinet/udp.h: add UDP_ENCAP_RXRPC from linux v4.19
author
Szabolcs Nagy
<nsz@port70.net>
Wed, 6 Mar 2019 22:03:42 +0000
(22:03 +0000)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 13 Mar 2019 16:30:21 +0000
(12:30 -0400)
used for optimizing the rxrpc protocol
added in linux commit
5271953cad31b97dea80f848c16e96ad66401199
include/netinet/udp.h
patch
|
blob
|
history
diff --git
a/include/netinet/udp.h
b/include/netinet/udp.h
index 993c34789f507eccd35ff3e4cd54645299eea11e..5ea37b0b0d4f95a88c56d7f7de05c55d2f5871d6 100644
(file)
--- a/
include/netinet/udp.h
+++ b/
include/netinet/udp.h
@@
-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