>From c46f1445d31db6d671b646e987e78cf0bad33373 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sun, 25 Oct 2020 16:42:41 +0000 Subject: [PATCH 3/3] netinet/in.h: add IP_RECVERR_4884 from linux v5.9 see linux commit eba75c587e811d3249c8bd50d22bb2266ccd3c0f icmp: support rfc 4884 --- include/netinet/in.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/netinet/in.h b/include/netinet/in.h index 36a2013a..f9594339 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -202,6 +202,7 @@ uint16_t ntohs(uint16_t); #define IP_CHECKSUM 23 #define IP_BIND_ADDRESS_NO_PORT 24 #define IP_RECVFRAGSIZE 25 +#define IP_RECVERR_RFC4884 26 #define IP_MULTICAST_IF 32 #define IP_MULTICAST_TTL 33 #define IP_MULTICAST_LOOP 34 -- 2.28.0