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 acceptor events #2379

Merged
merged 3 commits into from
Nov 19, 2024
Merged

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented Nov 19, 2024

Description of changes:

This change adds several acceptor events for the s2n-quic-dc crate. This will provide a lot better insight into the decisions being made by the workers.

Call-outs:

The info::Variant struct is marked as #[non_exhaustive] and can't be constructed outside of s2n-quic-core. I needed to modify the event generator script to use a info::variant::Builder instead.

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

@camshaft camshaft force-pushed the camshaft/dc-acceptor-events branch 2 times, most recently from 9dc0709 to c6007c3 Compare November 19, 2024 00:47
@camshaft camshaft marked this pull request as ready for review November 19, 2024 01:03
dc/s2n-quic-dc/events/acceptor.rs Outdated Show resolved Hide resolved
dc/s2n-quic-dc/events/acceptor.rs Show resolved Hide resolved
dc/s2n-quic-dc/events/acceptor.rs Show resolved Hide resolved
dc/s2n-quic-dc/events/acceptor.rs Show resolved Hide resolved
@camshaft camshaft enabled auto-merge (squash) November 19, 2024 18:25
@camshaft camshaft merged commit 02ed7da into main Nov 19, 2024
130 checks passed
@camshaft camshaft deleted the camshaft/dc-acceptor-events branch November 19, 2024 18:42
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