mirror of git://sourceware.org/git/glibc.git
Add LE DSCP code point from RFC-8622.
Signed-off-by: Bruno Victal <mirai@makinata.eu> Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
parent
ff5d2abd18
commit
3333eb55b7
|
|
@ -191,6 +191,11 @@ struct ip_timestamp
|
||||||
*/
|
*/
|
||||||
#define IPTOS_DSCP_VA 0xb0
|
#define IPTOS_DSCP_VA 0xb0
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Lower-Effort Per-Hop Behavior DSCP code point from RFC-8622, Section 12.
|
||||||
|
*/
|
||||||
|
#define IPTOS_DSCP_LE 0x04
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue