summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2014-02-25 00:22:04 +0100
committerSzabolcs Nagy <nsz@port70.net>2014-02-25 00:22:04 +0100
commit099ce3631c682e353e8090f49f713980d438f94e (patch)
tree91d0f3baf523f7ad3767545cd9ac24526b942ab1 /include
parenta8a4e5c598c23028326f225c4fa27a27fb92b824 (diff)
downloadmusl-099ce3631c682e353e8090f49f713980d438f94e.tar.gz
sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET option
introduced in linux v3.13, 62748f32d501f5d3712a7c372bbb92abc7c62bc7
Diffstat (limited to 'include')
-rw-r--r--include/sys/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/socket.h b/include/sys/socket.h
index 79a41cc3..8e8c9e92 100644
--- a/include/sys/socket.h
+++ b/include/sys/socket.h
@@ -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