diff options
| author | Szabolcs Nagy <nsz@port70.net> | 2014-10-01 22:17:53 +0200 | 
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2014-10-08 11:38:25 -0400 | 
| commit | a0c90b9773bd9b5b6faa7a657e22794c1e643989 (patch) | |
| tree | 1871b71812ecc07258506b9dc3180a6744bcbbc0 | |
| parent | 4ffc39c65448b04685946dffa68745cf0f6bf9f7 (diff) | |
| download | musl-a0c90b9773bd9b5b6faa7a657e22794c1e643989.tar.gz | |
add new IPV6_AUTOFLOWLABEL socket option in netinet/in.h
added in linux v3.17 commit 753a2ad54ef45e3417a9d49537c2b42b04a2e1be
enables automatic flow label generation on transmit
| -rw-r--r-- | include/netinet/in.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/netinet/in.h b/include/netinet/in.h index 89188c78..4b3f2b0b 100644 --- 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 | 
