Fix DSCP LE value
Correct value is 0x04 since we need to account for the 2 ECN bits.
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef IPTOS_DSCP_LE
|
#ifndef IPTOS_DSCP_LE
|
||||||
#define IPTOS_DSCP_LE 0x01
|
#define IPTOS_DSCP_LE 0x04
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static constexpr struct {
|
static constexpr struct {
|
||||||
|
Reference in New Issue
Block a user