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): add WithMap router #2527

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented Mar 11, 2025

Description of changes:

This change adds a WithMap packet router. This will forward any secret control packets to the path secret map to handle.

Call-outs:

I fixed a few small things as part of this PR as well:

  • When creating a non-zero dispatch pool, we weren't considering that in the sender lookup code. This change fixes that and adds a test for it.
  • The recv::udp module was missing a non-blocking counterpart so I've also added that.

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

@camshaft camshaft marked this pull request as ready for review March 11, 2025 23:04
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.

1 participant