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(s2n-quic-dc): shrink path secret & fix fixed-map allocation #2340

Merged
merged 4 commits into from
Oct 1, 2024

Conversation

Mark-Simulacrum
Copy link
Collaborator

Description of changes:

This cuts a little bit more from the path secret entries, bringing us below our current target of 250 bytes for the Entry

Call-outs:

n/a

Testing:

See modified test.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

This cuts us down to 254 bytes with no practical tradeoff.
Previously we always allocated just one slot.
@camshaft camshaft changed the title Shrink path secret & fix fixed-map allocation feat(s2n-quic-dc): shrink path secret & fix fixed-map allocation Oct 1, 2024
@camshaft camshaft merged commit c9a86c3 into aws:main Oct 1, 2024
117 of 119 checks passed
@Mark-Simulacrum Mark-Simulacrum deleted the fixed-maps branch October 1, 2024 18:39
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

Successfully merging this pull request may close these issues.

2 participants