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

create a nim wrapper for cloudflare quiche #1167

Closed
3 of 4 tasks
diegomrsantos opened this issue Aug 7, 2024 · 1 comment
Closed
3 of 4 tasks

create a nim wrapper for cloudflare quiche #1167

diegomrsantos opened this issue Aug 7, 2024 · 1 comment
Assignees
Labels

Comments

@diegomrsantos
Copy link
Contributor

diegomrsantos commented Aug 7, 2024

quiche is an implementation of the QUIC transport protocol and HTTP/3 as specified by the IETF. It provides a low level API for processing QUIC packets and handling connection state. The application is responsible for providing I/O (e.g. sockets handling) as well as an event loop with support for timers.

What should be done:

@diegomrsantos
Copy link
Contributor Author

We are going to finish #725 for now.

@github-project-automation github-project-automation bot moved this from In Progress to done in nim-libp2p Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

1 participant