public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Ronan Pigott <ronan@rjp.ie>
To: libc-alpha@sourceware.org
Cc: Ronan Pigott <ronan@rjp.ie>
Subject: [PATCH] Add voice-admit DSCP code point from RFC-5865
Date: Sat, 15 Apr 2023 17:51:52 -0700	[thread overview]
Message-ID: <20230416005152.24571-1-ronan@rjp.ie> (raw)

---
 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 32236dc1ce53..6bdb31b65e99 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.
-- 
2.40.0


             reply	other threads:[~2023-04-16  0:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-16  0:51 Ronan Pigott [this message]
2023-05-22 20:15 ` Florian Weimer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230416005152.24571-1-ronan@rjp.ie \
    --to=ronan@rjp.ie \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).