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-xdp): Make io::rx::Channel::for_each public #2405

Conversation

OliverGavin
Copy link
Contributor

This allows iteration over descriptors in the rx channel.

Release Summary:

Resolved issues:

resolves #2404

Description of changes:

Makes io::rx::Channel::for_each public so it can be used directly without higher level s2n implementations.

Call-outs:

Testing:

cargo build --release

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

This allows iteration over descriptors in the rx channel.
@camshaft camshaft merged commit 645c36a into aws:main Dec 6, 2024
117 of 119 checks passed
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.

Expose lower level AF_XDP socket functions
2 participants