Tag

Cronet

1 views collected around this technical thread.

Bilibili Tech
Bilibili Tech
May 28, 2024 · Mobile Development

Optimizing Cross‑Platform WebSocket Connections with Cronet for Mobile Live Streaming

By migrating the CatEar FM live‑streaming app’s WebSocket layer to Chromium’s Cronet network stack, the team unified cross‑platform code, added customizable DNS and proxy support, and cut handshake latency by roughly 150 ms on Android and 250 ms on iOS, paving the way for future HTTP/2 and HTTP/3‑based WebSocket transports.

CronetWebSocketcross-platform
0 likes · 14 min read
Optimizing Cross‑Platform WebSocket Connections with Cronet for Mobile Live Streaming
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
DeWu Technology
DeWu Technology
Jan 8, 2021 · Backend Development

Mobile App Gateway Design for E-commerce Platforms

A mobile app gateway for e‑commerce platforms consolidates API exposure, connection pooling, HTTP/2 and QUIC multiplexing, unified encryption, custom DNS, caching and degradation strategies, while supporting heterogeneous back‑ends via gRPC and proxy services, thereby improving stability, speed, capacity planning and revenue.

CronetE-commercegRPC
0 likes · 12 min read
Mobile App Gateway Design for E-commerce Platforms
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
Baidu App Technology
Baidu App Technology
Dec 11, 2019 · Mobile Development

Happy Eyeballs Implementation in Baidu App: IPv4 to IPv6 Transition Best Practices

The article explains how Baidu App adopts the Happy Eyeballs protocol—using both RFC 6555 and RFC 8305—to seamlessly transition from IPv4 to IPv6 by concurrently querying DNS, alternating address order, and employing short‑delay fallbacks in its ijkplayer, Cronet, OkHttp, and WKWebView components.

Baidu AppCronetHappy Eyeballs
0 likes · 6 min read
Happy Eyeballs Implementation in Baidu App: IPv4 to IPv6 Transition Best Practices