add IP_CHECKSUM socket option to netinet/in.h

new in linux v4.0, commit ad6f939ab193750cc94a265f58e007fb598c97b7
This commit is contained in:
Szabolcs Nagy 2015-04-14 21:56:37 +00:00 committed by Rich Felker
parent 87c62d06e4
commit 1bfeb1dcd0

View File

@ -199,6 +199,7 @@ uint16_t ntohs(uint16_t);
#define IP_RECVORIGDSTADDR IP_ORIGDSTADDR
#define IP_MINTTL 21
#define IP_NODEFRAG 22
#define IP_CHECKSUM 23
#define IP_MULTICAST_IF 32
#define IP_MULTICAST_TTL 33
#define IP_MULTICAST_LOOP 34