{"id":13361029,"url":"https://github.com/tencent/tquic","last_synced_at":"2025-05-13T22:09:20.006Z","repository":{"id":203709871,"uuid":"710116025","full_name":"Tencent/tquic","owner":"Tencent","description":"A high-performance, lightweight, and cross-platform QUIC library","archived":false,"fork":false,"pushed_at":"2025-02-25T09:46:50.000Z","size":3038,"stargazers_count":1226,"open_issues_count":17,"forks_count":107,"subscribers_count":23,"default_branch":"develop","last_synced_at":"2025-04-30T14:12:38.562Z","etag":null,"topics":["cross-platform","http3","network-programming","networking","protocol","quic","rust","udp"],"latest_commit_sha":null,"homepage":"https://tquic.net/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tencent.png","metadata":{"files":{"readme":"README-CN.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-10-26T03:47:17.000Z","updated_at":"2025-04-28T08:56:31.000Z","dependencies_parsed_at":"2023-12-21T14:01:21.888Z","dependency_job_id":"8097061a-c934-4cef-910a-03f072442c4c","html_url":"https://github.com/Tencent/tquic","commit_stats":null,"previous_names":["tencent/tquic"],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2Ftquic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2Ftquic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2Ftquic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2Ftquic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tencent","download_url":"https://codeload.github.com/Tencent/tquic/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254036830,"owners_count":22003654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cross-platform","http3","network-programming","networking","protocol","quic","rust","udp"],"created_at":"2024-07-29T22:01:11.691Z","updated_at":"2025-05-13T22:09:14.997Z","avatar_url":"https://github.com/Tencent.png","language":"Rust","readme":"# TQUIC\n\n[![License](https://img.shields.io/badge/license-Apache%202.0-green)](https://github.com/Tencent/tquic/blob/develop/LICENSE)\n[![Build Status](https://img.shields.io/github/actions/workflow/status/tencent/tquic/rust.yml)](https://github.com/Tencent/tquic/actions/workflows/rust.yml)\n[![codecov](https://codecov.io/gh/tencent/tquic/graph/badge.svg)](https://codecov.io/gh/tencent/tquic)\n[![docs.rs](https://docs.rs/tquic/badge.svg)](https://docs.rs/tquic)\n[![Website](https://img.shields.io/website?url=https%3A%2F%2Ftquic.net\u0026up_message=tquic.net)](https://tquic.net)\n[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8010/badge)](https://www.bestpractices.dev/projects/8010)\n\n[English](README.md) | 中文\n\nTQUIC是IETF QUIC协议的实现。它是一个高性能、轻量级、跨平台的QUIC库。\n\n\n## 特性及优点\n\n* **高性能**：TQUIC是为高性能和低延迟而设计的。相关细节可以参考[基准测试结果](https://tquic.net/zh/docs/further_readings/benchmark)。\n\n* **可插拔拥塞控制**：TQUIC支持多种拥塞控制算法，包括CUBIC，BBR，BBRv3，COPA。\n\n* **多路径传输**：TQUIC支持多路径，一个连接可同时使用多个路径提高性能及可靠性。\n\n* **易用性**：TQUIC提供易用的接口，支持灵活的配置参数，提供丰富的可观测性。\n\n* **跨平台**：TQUIC可运行在Rust语言支持的各种平台，同时提供了Rust/C/C++语言接口。\n\n* **基于Rust**：TQUIC基于用内存安全语言编写，可避免缓冲区溢出漏洞和其他内存相关错误的影响。\n\n* **高质量**：TQUIC包括充分的自动化测试，包括单元测试、模糊测试、集成测试、性能基准测试、互操作性测试等。\n\n* **协议一致性**：TQUIC已通过基于Ivy的形式化规范验证。同时通过了IETF互操作性测试。\n\n* **丰富的功能**：TQUIC 支持所有QUIC、HTTP/3规范中的重大功能。\n\n\n## 开始使用\n- [编译及运行](https://tquic.net/zh/docs/getting_started/installation)\n\n\n## 运行测试\n- 请参考[编译及运行](https://tquic.net/zh/docs/getting_started/installation)\n\n\n## 文档\n\n- [英文版](https://tquic.net/docs/intro)\n- [中文版](https://tquic.net/zh/docs/intro)\n\n\n## 参与贡献\n\n- 请首先在[issue列表](http://github.com/tencent/tquic/issues)中创建一个issue\n- 如有必要，请联系项目维护者/负责人进行进一步讨论\n- 详情请参阅[参与贡献指南](https://tquic.net/zh/docs/category/contributing/)\n\n\n## 社区交流\n\n- [开源TQUIC用户论坛](https://github.com/tencent/tquic/discussions)\n- 开源TQUIC开发者微信群: [发送邮件](mailto:iyangsj@gmail.com)说明您的微信号及贡献(例如PR/Issue)，我们将及时邀请您加入\n\n\n## 许可\n\nTQUIC基于Apache 2.0许可证，详见[LICENSE](LICENSE)文件说明\n","funding_links":[],"categories":["Networking"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftencent%2Ftquic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftencent%2Ftquic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftencent%2Ftquic/lists"}