mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6
new socket option so application can give advice about routing path quality of connected udp sockets, added in linux commit a87cb3e48ee86d29868d3f59cfb9ce1a8fa63314
This commit is contained in:
parent
78b1f3cb14
commit
f6f4aa5ddb
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ struct linger
|
|||
#define SO_DETACH_BPF SO_DETACH_FILTER
|
||||
#define SO_ATTACH_REUSEPORT_CBPF 51
|
||||
#define SO_ATTACH_REUSEPORT_EBPF 52
|
||||
#define SO_CNX_ADVICE 53
|
||||
|
||||
#ifndef SOL_SOCKET
|
||||
#define SOL_SOCKET 1
|
||||
|
|
Loading…
Add table
Reference in a new issue