Explorar o código

sys/socket.h: add SO_TXTIME from linux v4.19

added in linux commit 80b14dee2bea128928537d61c333f24cb8cbb62f
Szabolcs Nagy %!s(int64=6) %!d(string=hai) anos
pai
achega
31b3efbf3e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      include/sys/socket.h

+ 2 - 0
include/sys/socket.h

@@ -235,6 +235,8 @@ struct linger {
 #define SCM_TIMESTAMPING_PKTINFO 58
 #define SO_PEERGROUPS           59
 #define SO_ZEROCOPY             60
+#define SO_TXTIME               61
+#define SCM_TXTIME              SO_TXTIME
 
 #ifndef SOL_SOCKET
 #define SOL_SOCKET      1