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: Allow variable length frame padding #38

Open
sippejw opened this issue May 6, 2024 · 0 comments
Open

feat: Allow variable length frame padding #38

sippejw opened this issue May 6, 2024 · 0 comments

Comments

@sippejw
Copy link
Member

sippejw commented May 6, 2024

Some implementations (quic-go) size their padding frames such that the entire datagram is less than a certain size. In order to accomplish this, func (qfs QUICFrames) Build(cryptoData []byte) (payload []byte, err error) should be updated to determine the size of all other frames and then size the padding frames accordingly.

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

No branches or pull requests

1 participant