public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Add voice-admit DSCP code point from RFC-5865
@ 2023-05-22 20:14 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2023-05-22 20:14 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8f59fc79b7382a424bd9a0f89807c5adcd1b60df

commit 8f59fc79b7382a424bd9a0f89807c5adcd1b60df
Author: Ronan Pigott <ronan@rjp.ie>
Date:   Mon May 22 22:13:41 2023 +0200

    Add voice-admit DSCP code point from RFC-5865

Diff:
---
 sysdeps/generic/netinet/ip.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sysdeps/generic/netinet/ip.h b/sysdeps/generic/netinet/ip.h
index 32236dc1ce..6bdb31b65e 100644
--- a/sysdeps/generic/netinet/ip.h
+++ b/sysdeps/generic/netinet/ip.h
@@ -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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-22 20:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-22 20:14 [glibc] Add voice-admit DSCP code point from RFC-5865 Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).