mirror of
https://github.com/libressl/portable.git
synced 2026-01-26 07:37:55 +00:00
compat/netinet/ip.h: add compat define for IPTOS_DSCP_VA
This commit is contained in:
parent
b31ec29518
commit
166e80048c
@ -44,6 +44,10 @@
|
||||
#define IPTOS_DSCP_AF43 0x98
|
||||
#endif
|
||||
|
||||
#ifndef IPTOS_DSCP_VA
|
||||
#define IPTOS_DSCP_VA 0xb0
|
||||
#endif
|
||||
|
||||
#ifndef IPTOS_DSCP_EF
|
||||
#define IPTOS_DSCP_EF 0xb8
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user