Fix DSCP LE value

Correct value is 0x04 since we need to account for the 2 ECN bits.
This commit is contained in:
dgcampea
2022-02-02 05:24:01 +00:00
parent 946cf25732
commit 4f3828237a

View File

@@ -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 {