Skip to content

correct ecn filter when ecn flag is set - #22

Open
ntcong wants to merge 1 commit into
cloudflare:masterfrom
ntcong:master
Open

correct ecn filter when ecn flag is set#22
ntcong wants to merge 1 commit into
cloudflare:masterfrom
ntcong:master

Conversation

@ntcong

Copy link
Copy Markdown

p0f set ecn quirk in 2 scenarios: when tos_ecn is set, or tcp_ece&tcp_cwr flag is set.
Currently, bpftools only check if tos_ecn is set, which will generate the wrong filter

@ntcongntcong changed the title corect ecn filter when ecn flag is setcorrect ecn filter when ecn flag is setApr 12, 2020
p0f set ecn quirk in 2 scenarios: when tos_ecn is set, or tcp_ece&tcp_cwr flag is set.
Currently, bpftools only check if tos_ecn is set, which will generate the wrong filter
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ntcong