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

feat: variable length QUIC Padding Frame #3

Closed
gaukas opened this issue Aug 5, 2023 · 0 comments · Fixed by #10
Closed

feat: variable length QUIC Padding Frame #3

gaukas opened this issue Aug 5, 2023 · 0 comments · Fixed by #10
Assignees
Labels
good first issue Good for newcomers

Comments

@gaukas
Copy link
Contributor

gaukas commented Aug 5, 2023

Some implementation (Google Chrome) uses Padding Frames to pad the QUIC payload to a certain length. Therefore despite being able to specify the exact bytes of each padding frames, it is also required to set a pad-to-N-bytes for QUIC Frames.

@gaukas gaukas added the good first issue Good for newcomers label Aug 5, 2023
@gaukas gaukas self-assigned this Aug 5, 2023
gaukas added a commit that referenced this issue Aug 6, 2023
Add variable length QUIC frame padding support. Refactor how QUIC frames are defined in a QUIC Spec. Update documentation and examples. Added Chrome and Firefox parrots.

Close #3.
@gaukas gaukas linked a pull request Aug 6, 2023 that will close this issue
@gaukas gaukas closed this as completed in #10 Aug 6, 2023
gaukas added a commit that referenced this issue Aug 6, 2023
Add variable length QUIC frame padding support. Refactor how QUIC frames are defined in a QUIC Spec. Update documentation and examples. Added Chrome and Firefox parrots.

Close #3.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant