mirror of
https://git.musl-libc.org/git/musl
synced 2025-03-28 13:33:27 +03:00
sys/socket.h: add new SO_BUSY_POLL socket option
low latency busy poll sockets are new in linux v3.11
This commit is contained in:
parent
0a7ecf7606
commit
ae51aa7534
@ -199,6 +199,7 @@ struct linger
|
||||
#define SO_NOFCS 43
|
||||
#define SO_LOCK_FILTER 44
|
||||
#define SO_SELECT_ERR_QUEUE 45
|
||||
#define SO_BUSY_POLL 46
|
||||
|
||||
#ifndef SOL_SOCKET
|
||||
#define SOL_SOCKET 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user