public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Florian Weimer <fweimer@redhat.com>
To: Ronan Pigott via Libc-alpha <libc-alpha@sourceware.org>
Cc: Ronan Pigott <ronan@rjp.ie>
Subject: Re: [PATCH] Add voice-admit DSCP code point from RFC-5865
Date: Mon, 22 May 2023 22:15:30 +0200	[thread overview]
Message-ID: <87cz2s2kd9.fsf@oldenburg3.str.redhat.com> (raw)
In-Reply-To: <20230416005152.24571-1-ronan@rjp.ie> (Ronan Pigott via Libc-alpha's message of "Sat, 15 Apr 2023 17:51:52 -0700")

* Ronan Pigott via Libc-alpha:

> ---
>  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.

This matches the FreeBSD definition, and it follows the style of the
surrounding code (although it's not GNU style).  I've pushed it.

Thanks,
Florian


      reply	other threads:[~2023-05-22 20:15 UTC|newest]

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

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=87cz2s2kd9.fsf@oldenburg3.str.redhat.com \
    --to=fweimer@redhat.com \
    --cc=libc-alpha@sourceware.org \
    --cc=ronan@rjp.ie \
    /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).