mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
compat/netinet/ip.h: add compat define for IPTOS_DSCP_VA
This commit is contained in:
@@ -44,6 +44,10 @@
|
|||||||
#define IPTOS_DSCP_AF43 0x98
|
#define IPTOS_DSCP_AF43 0x98
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef IPTOS_DSCP_VA
|
||||||
|
#define IPTOS_DSCP_VA 0xb0
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef IPTOS_DSCP_EF
|
#ifndef IPTOS_DSCP_EF
|
||||||
#define IPTOS_DSCP_EF 0xb8
|
#define IPTOS_DSCP_EF 0xb8
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user