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

Measure 0-RTT amplification #24

Open
mpiraux opened this issue Apr 29, 2020 · 1 comment
Open

Measure 0-RTT amplification #24

mpiraux opened this issue Apr 29, 2020 · 1 comment
Labels

Comments

@mpiraux
Copy link
Member

mpiraux commented Apr 29, 2020

Kind of the same test as Address validation, but using a 0-RTT packet and measuring the total amplification.

CC @rmarx for the idea

@rmarx
Copy link

rmarx commented Apr 29, 2020

So what I'm doing is also measuring if the amplification prevention is dynamic. Practically speaking, the spec says 3*received_data, so I also fluctuate the size of my 0-RTT data (by creating large HTTP headers atm) to see if the server just has a fixed limit (e.g., 3*1280) or actually looks at how much 0-RTT data is received in practice (and then, how that interacts with the init cwnd as well).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants