]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add voice-admit DSCP code point from RFC-5865
authorRonan Pigott <ronan@rjp.ie>
Mon, 22 May 2023 20:13:41 +0000 (22:13 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 22 May 2023 20:13:41 +0000 (22:13 +0200)
sysdeps/generic/netinet/ip.h

index 32236dc1ce53931b8e739b8f7e1fe88565a3a90a..6bdb31b65e99275eb4771586fb225c15edef2ce2 100644 (file)
@@ -186,6 +186,11 @@ struct ip_timestamp
 #define        IPTOS_DSCP_AF43         0x98
 #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.