Tag

Connection Migration

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
Tencent Cloud Developer
Tencent Cloud Developer
Apr 19, 2023 · Operations

Optimizing Tencent Meeting’s Network Connectivity with QUIC: Reducing Handshake Latency and Enabling Seamless Wi‑Fi/Cellular Switching

By replacing TCP+TLS with QUIC, Tencent Meeting cuts connection‑setup latency by nearly half, enables seamless Wi‑Fi‑to‑cellular handover through connection migration, improves login success, tolerates high packet loss, and incorporates fallback and crash‑guard mechanisms to ensure reliable video conferencing.

Connection MigrationQUICTencent Meeting
0 likes · 12 min read
Optimizing Tencent Meeting’s Network Connectivity with QUIC: Reducing Handshake Latency and Enabling Seamless Wi‑Fi/Cellular Switching
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
Ctrip Technology
Ctrip Technology
Apr 21, 2022 · Backend Development

Applying and Optimizing QUIC in Trip.com Mobile App: Experience and Practices

The article details how Trip.com introduced and customized QUIC in its mobile app to overcome long‑distance, unstable overseas connections, achieving a 20% latency reduction and 99.5% success rate through client‑side Cronet trimming, IP direct‑connect, multi‑link support, 0‑RTT, connection migration, QPACK tuning, and adaptive TCP/QUIC selection.

0-RTTConnection MigrationCronet
0 likes · 20 min read
Applying and Optimizing QUIC in Trip.com Mobile App: Experience and Practices
Ctrip Technology
Ctrip Technology
Apr 14, 2022 · Backend Development

Implementing QUIC in Trip.com App: Server Architecture, Connection Migration, and 0‑RTT Optimization

This article describes how Trip.com’s backend engineers introduced QUIC to the Trip.com App, redesigned the Nginx‑based server architecture for multi‑process deployment, solved connection‑migration challenges with a custom load‑balancing layer, and enabled 0‑RTT support using shared ticket keys, achieving roughly a 20% reduction in request latency.

0-RTTConnection MigrationLoad Balancing
0 likes · 16 min read
Implementing QUIC in Trip.com App: Server Architecture, Connection Migration, and 0‑RTT Optimization
Tencent Cloud Developer
Tencent Cloud Developer
Mar 15, 2021 · Fundamentals

Understanding QUIC: Transport‑Layer Implementation of HTTP/3 and Its Key Features

QUIC, a UDP‑based transport protocol that merges TCP reliability, UDP speed, and TLS security, underpins HTTP/3 by eliminating TCP’s three‑way handshake and head‑of‑line blocking, offering connection migration, 0‑RTT latency, customizable congestion control, fully encrypted packets, and is already being deployed in services such as Tencent Cloud CDN.

Connection MigrationHTTP/3QUIC
0 likes · 17 min read
Understanding QUIC: Transport‑Layer Implementation of HTTP/3 and Its Key Features