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

Expose Packet Decoder? #1860

Closed
thynson opened this issue May 13, 2024 · 2 comments
Closed

Expose Packet Decoder? #1860

thynson opened this issue May 13, 2024 · 2 comments

Comments

@thynson
Copy link
Contributor

thynson commented May 13, 2024

I'm trying to implement a simple QUIC Load Balancer, following QUIC-LB draft, in Rust.
It would be great if the PartialDecode related symbol can be exposed to the public.

@djc
Copy link
Collaborator

djc commented May 13, 2024

Can you make a PR with the changes you need? I'd probably be open to exposing a little more API around this (especially since, based on history, our PartialDecode is unlikely to change much).

@thynson
Copy link
Contributor Author

thynson commented May 14, 2024

I'm implementing it with s2n-quic for now, which already expose its packet decoder. And I'll try it out with quinn later when I finished a prototype.

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

No branches or pull requests

2 participants