mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-24 03:58:19 +00:00
b068cda8edd18e2bf412b0ef3b66b0093093d2e9
Path is alive, add WeakPathHandle (#386)
* fix: update final path stats before emitting in event * wip: keep final stats alive as long as Path or WeakPathHandle exists * add Clone for Path * docs * chore: clippy * fix: path ref counter increment on clone * chore: fmt * add docs and test * chore: clippy * address review * fixup test * Update quinn/src/connection.rs Co-authored-by: Floris Bruynooghe <flub@n0.computer> --------- Co-authored-by: Floris Bruynooghe <flub@n0.computer>
Iroh Quinn
This is a fork based on quinn, maintained by n0. Currently published to crates.io under
iroh-quinn.
Main differences to upstream quinn
- Small API improvements
- Implements additional QUIC extensions
- Multipath
- QAD
- QNT
- Expanded support for QLOG
Quinn is a pure-rust, async-compatible implementation of the IETF [QUIC][quic] transport protocol.
- Simultaneous client/server operation
- Ordered and unordered stream reads for improved performance
- Works on stable Rust, tested on Linux, macOS and Windows
- Pluggable cryptography, with a standard implementation backed by [rustls][rustls] and [ring][ring]
- Application-layer datagrams for small, unreliable messages
- Future-based async API
- Minimum supported Rust version of 1.83.0
License
Copyright 2025 The quinn developers Copyright 2025 N0, INC.
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Description
Languages
Rust
99.3%
Python
0.5%
Shell
0.2%