From: Bruno Victal Date: Tue, 17 Oct 2023 17:00:27 +0000 (+0200) Subject: Add LE DSCP code point from RFC-8622. X-Git-Tag: glibc-2.39~366 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3333eb55b73ed585b8265f2d5dfcd8624173cf8e;p=thirdparty%2Fglibc.git Add LE DSCP code point from RFC-8622. Signed-off-by: Bruno Victal Reviewed-by: Florian Weimer --- diff --git a/sysdeps/generic/netinet/ip.h b/sysdeps/generic/netinet/ip.h index 6bdb31b65e9..20139e97af8 100644 --- a/sysdeps/generic/netinet/ip.h +++ b/sysdeps/generic/netinet/ip.h @@ -191,6 +191,11 @@ struct ip_timestamp */ #define IPTOS_DSCP_VA 0xb0 +/* + * Lower-Effort Per-Hop Behavior DSCP code point from RFC-8622, Section 12. + */ +#define IPTOS_DSCP_LE 0x04 + /* * In RFC 2474, Section 4.2.2.1, the Class Selector Codepoints subsume * the old ToS Precedence values.