compat for missing IPTOS_DSCP_LE in system headers

This commit is contained in:
Damien Miller 2020-01-28 12:57:25 +11:00
parent 4594c76276
commit ec8a759b40
1 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,9 @@ enum
#ifndef IPTOS_DSCP_EF
# define IPTOS_DSCP_EF 0xb8
#endif /* IPTOS_DSCP_EF */
#ifndef IPTOS_DSCP_LE
# define IPTOS_DSCP_LE 0x01
#endif /* IPTOS_DSCP_LE */
#ifndef IPTOS_PREC_CRITIC_ECP
# define IPTOS_PREC_CRITIC_ECP 0xa0
#endif