mirror of
git://git.musl-libc.org/musl
synced 2025-01-18 21:01:01 +00:00
sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET option
introduced in linux v3.13, 62748f32d501f5d3712a7c372bbb92abc7c62bc7
This commit is contained in:
parent
a8a4e5c598
commit
099ce3631c
@ -202,6 +202,7 @@ struct linger
|
||||
#define SO_LOCK_FILTER 44
|
||||
#define SO_SELECT_ERR_QUEUE 45
|
||||
#define SO_BUSY_POLL 46
|
||||
#define SO_MAX_PACING_RATE 47
|
||||
|
||||
#ifndef SOL_SOCKET
|
||||
#define SOL_SOCKET 1
|
||||
|
Loading…
Reference in New Issue
Block a user