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