mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
compat for missing IPTOS_DSCP_LE in system headers
This commit is contained in:
parent
4594c76276
commit
ec8a759b40
@ -96,6 +96,9 @@ enum
|
|||||||
#ifndef IPTOS_DSCP_EF
|
#ifndef IPTOS_DSCP_EF
|
||||||
# define IPTOS_DSCP_EF 0xb8
|
# define IPTOS_DSCP_EF 0xb8
|
||||||
#endif /* IPTOS_DSCP_EF */
|
#endif /* IPTOS_DSCP_EF */
|
||||||
|
#ifndef IPTOS_DSCP_LE
|
||||||
|
# define IPTOS_DSCP_LE 0x01
|
||||||
|
#endif /* IPTOS_DSCP_LE */
|
||||||
#ifndef IPTOS_PREC_CRITIC_ECP
|
#ifndef IPTOS_PREC_CRITIC_ECP
|
||||||
# define IPTOS_PREC_CRITIC_ECP 0xa0
|
# define IPTOS_PREC_CRITIC_ECP 0xa0
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user