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

added in linux commit 80b14dee2bea128928537d61c333f24cb8cbb62f
This commit is contained in:
Szabolcs Nagy 2018-11-10 18:29:58 +00:00 committed by Rich Felker
parent 2a0ff45b36
commit 31b3efbf3e

View File

@ -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