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
No known key found for this signature in database
GPG Key ID: 31F78E0CF8B761B9

View File

@ -69,7 +69,7 @@
#endif
#ifndef IPTOS_DSCP_LE
#define IPTOS_DSCP_LE 0x01
#define IPTOS_DSCP_LE 0x04
#endif
static constexpr struct {