Add the IPv6 versions of the multi-bind, hash/hash type and RSS options.
This commit is contained in:
parent
59e42691b9
commit
6b615c4bce
@ -481,6 +481,12 @@ struct route_in6 {
|
||||
|
||||
#define IPV6_BINDANY 64 /* bool: allow bind to any address */
|
||||
|
||||
#define IPV6_BINDMULTI 65 /* bool; allow multibind to same addr/port */
|
||||
#define IPV6_RSS_LISTEN_BUCKET 66 /* int; set RSS listen bucket */
|
||||
#define IPV6_FLOWID 67 /* int; flowid of given socket */
|
||||
#define IPV6_FLOWTYPE 68 /* int; flowtype of given socket */
|
||||
#define IPV6_RSSBUCKETID 69 /* int; RSS bucket ID of given socket */
|
||||
|
||||
/*
|
||||
* The following option is private; do not use it from user applications.
|
||||
* It is deliberately defined to the same value as IP_MSFILTER.
|
||||
|
Loading…
Reference in New Issue
Block a user