projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a7ecf7
)
sys/socket.h: add new SO_BUSY_POLL socket option
author
Szabolcs Nagy
<nsz@port70.net>
Sun, 15 Sep 2013 04:54:19 +0000
(
04:54
+0000)
committer
Szabolcs Nagy
<nsz@port70.net>
Sun, 15 Sep 2013 04:54:19 +0000
(
04:54
+0000)
low latency busy poll sockets are new in linux v3.11
include/sys/socket.h
patch
|
blob
|
history
diff --git
a/include/sys/socket.h
b/include/sys/socket.h
index 08488c8baffaf858be3495a4ad9edf2f9fff807b..9fd2025613e8153c065326f7b58dd9b420dc0c36 100644
(file)
--- a/
include/sys/socket.h
+++ b/
include/sys/socket.h
@@
-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