1
0
Fork 0
mirror of git://sourceware.org/git/glibc.git synced 2025-03-06 20:58:33 +01:00

Add voice-admit DSCP code point from RFC-5865

This commit is contained in:
Ronan Pigott 2023-05-22 22:13:41 +02:00 committed by Florian Weimer
parent ea752260cc
commit 8f59fc79b7

View file

@ -186,6 +186,11 @@ struct ip_timestamp
#define IPTOS_DSCP_AF43 0x98 #define IPTOS_DSCP_AF43 0x98
#define IPTOS_DSCP_EF 0xb8 #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 * In RFC 2474, Section 4.2.2.1, the Class Selector Codepoints subsume
* the old ToS Precedence values. * the old ToS Precedence values.