# QUIC **Repository Path**: mirrors/QUIC ## Basic Information - **Project Name**: QUIC - **Description**: QUIC (Quick UDP Internet Connections)是 chromium 的一个项目,这是一个体验的协议,旨在降低基于 TCP 通讯的 Web 延迟 - **Primary Language**: C/C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/quic - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-04-30 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README proto-quic is deprecated ======================== proto-quic is deprecated. To checkout and build QUIC code, please follow the [Chromium instructions](https://www.chromium.org/quic/playing-with-quic). The QUIC team at Google is actively working on a new open source repository, [QUICHE](https://quiche.googlesource.com/quiche/), it includes Google‘s implementation of QUIC and related protocols, and is currently the upstream of Chromium's QUIC code.