sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET option
authorSzabolcs Nagy <nsz@port70.net>
Mon, 24 Feb 2014 23:22:04 +0000 (00:22 +0100)
committerSzabolcs Nagy <nsz@port70.net>
Mon, 24 Feb 2014 23:22:04 +0000 (00:22 +0100)
introduced in linux v3.13, 62748f32d501f5d3712a7c372bbb92abc7c62bc7

include/sys/socket.h

index 79a41cc363a04b272a2b451491503b9dd8cd56bc..8e8c9e9261b9d6846259ebf698ac7dfb229e55ee 100644 (file)
@@ -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