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:
4ffc39c
)
add new IPV6_AUTOFLOWLABEL socket option in netinet/in.h
author
Szabolcs Nagy
<nsz@port70.net>
Wed, 1 Oct 2014 20:17:53 +0000
(22:17 +0200)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 8 Oct 2014 15:38:25 +0000
(11:38 -0400)
added in linux v3.17 commit
753a2ad54ef45e3417a9d49537c2b42b04a2e1be
enables automatic flow label generation on transmit
include/netinet/in.h
patch
|
blob
|
history
diff --git
a/include/netinet/in.h
b/include/netinet/in.h
index 89188c78b40a6fc3fbd1c14187e92938227a1565..4b3f2b0b1592463bdd90e411fe5e6f1b7fd9f858 100644
(file)
--- a/
include/netinet/in.h
+++ b/
include/netinet/in.h
@@
-358,6
+358,7
@@
struct ip6_mtuinfo
#define IPV6_DONTFRAG 62
#define IPV6_RECVTCLASS 66
#define IPV6_TCLASS 67
+#define IPV6_AUTOFLOWLABEL 70
#define IPV6_ADDR_PREFERENCES 72
#define IPV6_MINHOPCOUNT 73
#define IPV6_ORIGDSTADDR 74