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

refactor(quic): introduce endpoint, 0rtt, cleanup #27444

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

devsnek
Copy link
Member

@devsnek devsnek commented Dec 21, 2024

A QUIC endpoint is a UDP socket which multiplexes QUIC sessions, which may be initiated in either direction. This PR exposes endpoints and moves things around as needed.

Now that endpoints can be reused between client connections, we have a way to share tls tickets between them and allow 0rtt. This interface currently works by conditionally returning a promise.

Also cleaned up the rust op names, fixed some lingering problems in the data transmission, and switched to explicit error types.

@devsnek devsnek marked this pull request as ready for review December 21, 2024 22:24
@devsnek devsnek changed the title refactor(quic): introduce endpoint refactor(quic): introduce endpoint, 0rtt, cleanup Dec 21, 2024
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