mirror of
https://git.musl-libc.org/git/musl
synced 2025-03-21 01:53:07 +03: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
@ -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…
x
Reference in New Issue
Block a user