From 3a8222117cd5861681e2432258110c2efbce54e8 Mon Sep 17 00:00:00 2001 From: Dennis Bonke Date: Sun, 2 Jun 2024 15:38:25 +0200 Subject: [PATCH] options/posix: Define IPTOS_CLASS_CS0 --- options/posix/include/netinet/ip.h | 1 + 1 file changed, 1 insertion(+) diff --git a/options/posix/include/netinet/ip.h b/options/posix/include/netinet/ip.h index 161aa18293..2cade310fb 100644 --- a/options/posix/include/netinet/ip.h +++ b/options/posix/include/netinet/ip.h @@ -16,6 +16,7 @@ extern "C" { #define IPTOS_RELIABILITY 0x04 #define IPTOS_LOWCOST 0x02 #define IPTOS_MINCOST IPTOS_LOWCOST +#define IPTOS_CLASS_CS0 0x00 #define IPTOS_CLASS_CS4 0x80 #define IPTOS_CLASS_CS6 0xC0