From c35a8bf456ca6ef74e3cc7c4d8f63572bc1e1167 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Mon, 11 Sep 2017 20:50:40 +0000 Subject: add SO_ getsockopt options from linux v4.13 SCM_TIMESTAMPING_PKTINFO is new in aad9c8c470f2a8321a99eb053630ce0e199558d6 SO_PEERGROUPS is new in 28b5ba2aa0f55d80adb2624564ed2b170c19519e --- include/sys/socket.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/sys/socket.h b/include/sys/socket.h index bcaf87f9..051d20e0 100644 --- a/include/sys/socket.h +++ b/include/sys/socket.h @@ -228,6 +228,8 @@ struct linger { #define SO_MEMINFO 55 #define SO_INCOMING_NAPI_ID 56 #define SO_COOKIE 57 +#define SCM_TIMESTAMPING_PKTINFO 58 +#define SO_PEERGROUPS 59 #ifndef SOL_SOCKET #define SOL_SOCKET 1 -- cgit v1.2.1