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

streaming: randomize chunk size #346

Closed
wants to merge 2 commits into from
Closed

Conversation

regit
Copy link
Contributor

@regit regit commented Apr 17, 2013

By randomizing chunk size around the choosen value, it is possible
to escape some evasion technics that are using the fact they know
chunk size to split the attack at the correct place.
This patch activates randomization by default and set the random
interval to chunk size value +- 10%.

I've added a small patch which replace tabulation by space in comment of the YAML.

By randomizing chunk size around the choosen value, it is possible
to escape some evasion technics that are using the fact they know
chunk size to split the attack at the correct place.
This patch activates randomization by default and set the random
interval to chunk size value +- 10%.
@inliniac
Copy link
Contributor

Merged, thanks!

@inliniac inliniac closed this Apr 19, 2013
@regit regit deleted the random-chunk-v1.1 branch December 16, 2013 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants