Tag

QUIC protocol

0 views collected around this technical thread.

OPPO Kernel Craftsman
OPPO Kernel Craftsman
Jun 28, 2024 · Fundamentals

Deep Dive into QUIC Protocol: Architecture, Features, and Optimization Strategies

The article thoroughly examines QUIC—the user‑space, UDP‑based transport underpinning HTTP/3—detailing its architecture, fast 0‑RTT handshakes, connection migration, stream‑level independence, congestion control, and flow‑control mechanisms, while also discussing implementation hurdles like 0‑RTT reliability, load‑balancer routing, UDP restrictions, CPU overhead, and real‑world performance gains reported by major Chinese tech firms.

0-RTT handshakeConnection MigrationHTTP/3
0 likes · 21 min read
Deep Dive into QUIC Protocol: Architecture, Features, and Optimization Strategies
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Sep 9, 2022 · Mobile Development

Research on WiFi-Cellular Network Seamless Handover Technology for Mobile Devices

The article examines the delay‑inducing challenges of Wi‑Fi‑to‑cellular handover on mobile devices and proposes three complementary techniques—dynamic link evaluation, QUIC‑based connection migration, and multipath TCP—to reduce detection, link‑setup, and TCP‑reconstruction times, while weighing power, cost, and future AI‑driven trajectory prediction.

Connection MigrationMPTCPQUIC protocol
0 likes · 11 min read
Research on WiFi-Cellular Network Seamless Handover Technology for Mobile Devices
NetEase Media Technology Team
NetEase Media Technology Team
Aug 14, 2020 · Mobile Development

QUIC Protocol Implementation Practice at NetEase News: Achieving 45% Response Time Reduction

NetEase News adopted Google’s gQUIC via Chromium’s Cronet library together with Nginx + Caddy, making QUIC handle over 75% of traffic and cutting average response time by about 45%, halving error rates and reducing video stutter by more than 25% within three months.

AndroidCronetHTTP/3
0 likes · 13 min read
QUIC Protocol Implementation Practice at NetEase News: Achieving 45% Response Time Reduction