n0 Announces noq: QUIC Multipath Implementation in Rust with 40Gbps+ Throughput

Available in: 中文
2026-03-22T11:56:25.000Z·2 min read
n0 has released noq, a pure Rust QUIC multipath implementation achieving 40+ Gbps throughput on commodity hardware — accelerating IETF standardization and offering production-grade multipath transport.

n0 Announces noq: QUIC Multipath Implementation in Rust with 40Gbps+ Throughput

n0, the Rust-based network stack project, has announced noq — a production-grade QUIC multipath implementation written in pure Rust that achieves over 40 Gbps throughput on commodity hardware. This represents a significant milestone for network programming and the broader adoption of multipath transport protocols.

What is QUIC Multipath?

QUIC (Quick UDP Internet Connections) is already widely deployed as the transport protocol for HTTP/3. Multipath QUIC (MP-QUIC) extends this by allowing a single connection to simultaneously use multiple network paths — for example, Wi-Fi and cellular simultaneously, or multiple Ethernet interfaces.

Benefits include:

noq Technical Highlights

Key technical achievements of the noq implementation:

Why This Matters

QUIC multipath has been stalled in standardization for years. n0's implementation provides:

  1. Reference implementation: Accelerates IETF standardization of MP-QUIC
  2. Production-ready: Benchmarks show it can replace kernel TCP in real workloads
  3. Rust ecosystem: Demonstrates that systems networking in Rust can match or exceed C performance
  4. Cloud and edge: Multipath is critical for mobile devices and multi-homed servers

Use Cases

Benchmarks

ConfigurationThroughputLatency (p99)
Single path (25GbE)23.4 Gbps12μs
Dual path (2x25GbE)41.2 Gbps15μs
Quad path (4x10GbE)37.8 Gbps18μs
TCP baseline (2x25GbE)19.1 Gbps22μs

Source: GitHub n0/noq | HN Discussion

↗ Original source
← Previous: Huawei's Ascend Challenge: New AI Chip 2.87x Faster Than H20, First Chinese FP4 InferenceNext: Wayland Reaches 40% Market Share After 17 Years: The Long Death of X11 →
Comments0