Nothing Special   »   [go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eBPF: fast-get-challange response #104

Open
spumer opened this issue Feb 11, 2021 · 0 comments
Open

eBPF: fast-get-challange response #104

spumer opened this issue Feb 11, 2021 · 0 comments
Labels
enhancement New feature or request idea New idea but needs to be validated

Comments

@spumer
Copy link
Collaborator
spumer commented Feb 11, 2021

So, most important query will be "challenged" too (see #87)

We can handle challenge request at Kernel level to improve performance.
For example pre-generate 10k random challenges, choose any for each request and pass requests only when client send request with our challenges

Why 10k? It's big enough and we do not need spent time to generate challenge number.
And when DDoS happend we do not need generate and store unused challenges (in common we need generate and remember challenge number, or use asymmetric alorithm and generate/validate on fly) it's too complex to handle it properly.

@spumer spumer added enhancement New feature or request idea New idea but needs to be validated labels Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request idea New idea but needs to be validated
Projects
None yet
Development

No branches or pull requests

1 participant