blob: 0fef6c887f2b72d49ac93049c10a83f7dbda600c (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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.
See also: https://github.com/cloudflare/quiche
|