mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-21 02:33:23 +00:00
7f141bf459fa6e17d806e049863d0df42e157e6d
quicr
quicr is an implementation of the QUIC network protocol undergoing
standardization by the IETF. It is currently suitable for experimental use. The
implementation is split up into the state machine crate quicr-core which performs no IO internally and can be tested
deterministically, and a high-level tokio-compatible API in quicr. See quicr/examples/ for usage.
Features
- Simultaneous client/server operation
- Ordered and unordered reads for improved performance
Status
- QUIC draft 11 with TLS 1.3 draft 28
- Cryptographic handshake
- Stream data w/ flow control and congestion control
- Connection close
- Stateless retry
- Migration
- 0-RTT data
- Session resumption
Building
Because TLS1.3 is a new standard, OpenSSL 1.1.1-pre8 (or later) is required for quicr to build.
Description
Languages
Rust
99.3%
Python
0.5%
Shell
0.2%