From: Ronan Pigott Date: Mon, 22 May 2023 20:13:41 +0000 (+0200) Subject: Add voice-admit DSCP code point from RFC-5865 X-Git-Tag: upstream/2.39~757 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f59fc79b7382a424bd9a0f89807c5adcd1b60df;p=platform%2Fupstream%2Fglibc.git Add voice-admit DSCP code point from RFC-5865 --- diff --git a/sysdeps/generic/netinet/ip.h b/sysdeps/generic/netinet/ip.h index 32236dc..6bdb31b 100644 --- a/sysdeps/generic/netinet/ip.h +++ b/sysdeps/generic/netinet/ip.h @@ -187,6 +187,11 @@ struct ip_timestamp #define IPTOS_DSCP_EF 0xb8 /* + * Voice-Admit DSCP code point from RFC-5865, Section 4. + */ +#define IPTOS_DSCP_VA 0xb0 + +/* * In RFC 2474, Section 4.2.2.1, the Class Selector Codepoints subsume * the old ToS Precedence values. */