A Python tool for testing HTTP/3 websites' support for QUIC connection migration by analyzing connection parameters and simulating network changes.
-
Updated
Jun 24, 2025 - Python
A Python tool for testing HTTP/3 websites' support for QUIC connection migration by analyzing connection parameters and simulating network changes.
A performance evaluation of QUIC server migration
Educational simulation environment for QUIC connection migration. Demonstrates how QUIC maintains connections during network changes (WiFi↔cellular, NAT rebinding, IP changes) using Connection IDs. Includes interactive demo, live server/client simulation, and detailed explanations.
Measurement study of QUIC congestion control at connection migration across five implementations (picoquic, quic-go, quiche, msquic, ngtcp2), audited against RFC 9000 section 9.4 and RFC 9002 section 6.2.2 from both source and live measurement.
An experimental implementation of QUIC server migration on top of mvfst
To associate your repository with the connection-migration topic, visit your repo's landing page and select "manage topics."