Skip to content

Commit

Permalink
Update website footer (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
iyangsj authored Dec 12, 2023
1 parent cbf3144 commit 8672b86
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions website/blog/2023-10-26-open-source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Given QUIC's broad scope, long-term vision, and innovative nature, we have decid

The advantages of TQUIC are as follows.

**High Throughput**: TQUIC provides the most comprehensive collection of congestion control algorithms in the industry, consistently meeting RFC standards and outperforming similar open-source projects by 2%-30% in certain scenarios such as poor networks.
**High Throughput**: TQUIC provides the most comprehensive collection of congestion control algorithms in the industry, consistently meeting RFC standards and outperforming [similar open-source projects](https://tquic.net/docs/further_readings/comparison/) by 2%-30% in certain scenarios such as poor networks.

**High performance**: The performance of TQUIC surpasses that of similar open-source projects by 5% and 20% in most and certain scenarios respectively.
**High performance**: The performance of TQUIC surpasses that of [similar open-source projects](https://tquic.net/docs/further_readings/benchmark) by 5% and 20% in most and certain scenarios respectively.

**High Quality**: The QUIC protocol stack comprises over 10 core RFC standards or drafts, covering the transport layer, security layer, and application layer. It is considerably more complex compared to TCP. TQUIC has achieved an impressive unit test coverage of over 95% and has successfully passed interoperability tests with four leading QUIC implementations in the industry. Additionally, a rigorous test method based on formal specifications (SIGCOMM2019 paper) is employed to ensure strict protocol conformance.

Expand Down
Binary file modified website/blog/2023-10-26-open-source/tquic-arch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const config = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} The TQUIC Authors | Documentation Distributed under CC-BY-4.0 <br> Copyright © ${new Date().getFullYear()} Tencent. All Rights Reserved | <a href=https://beian.miit.gov.cn style="color:#FFFFFF;">Yue B2-20090059-1892</a>`,
copyright: `Copyright © ${new Date().getFullYear()} The TQUIC Authors | Documentation Distributed under CC-BY-4.0 <br> Copyright © ${new Date().getFullYear()} Tencent. All Rights Reserved. <a href=https://beian.miit.gov.cn style="color:#FFFFFF;">GD B2-20090059-1892</a>`,
},
prism: {
theme: lightCodeTheme,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ QUIC是一种新的通用、安全、多路复用的传输层协议,提供了

TQUIC协议库具有如下的优势:

**快传输**:TQUIC是业界支持拥塞控制算法最丰富的协议库,在全部场景下表现符合RFC预期,在弱网和部分场景下传输效果领先2%-30%。
**快传输**:TQUIC是业界支持拥塞控制算法最丰富的协议库,在全部场景下表现符合RFC预期,在部分场景例如弱网环境下传输效果领先[同类开源产品](https://tquic.net/zh/docs/further_readings/comparison) 2%-30%。

**高性能**TQUIC在大部分测试场景下的单机处理性能优于同类开源产品5%,部分场景下单机处理性能领先20%。
**高性能**TQUIC在大部分测试场景下的单机处理性能优于[同类开源产品](https://tquic.net/zh/docs/further_readings/benchmark) 5%,部分场景下单机处理性能领先20%。

**高质量**:QUIC 协议栈涵盖10+篇核心的RFC标准或草案,同时涉及到传输层、安全层、应用层,复杂度远大于TCP。TQUIC单元测试覆盖率95%以上,与业界四个主流 QUIC实现的互操性测试用例通过率为100%, 同时采用基于形式化规范(SIGCOMM2019论文成果)的测试方法,严格保障了协议一致性。

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion website/i18n/zh/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"description": "The label of footer link with label=Blog linking to /blog"
},
"copyright": {
"message": "Copyright © 2023 TQUIC作者 | 文档发布基于CC-BY-4.0授权许可<br> Copyright © 2023 腾讯公司 版权所有 | <a href=https://beian.miit.gov.cn style=\"color:#FFFFFF;\">粤B2-20090059-1892</a> ",
"message": "Copyright © 2023 TQUIC作者 | 文档发布基于CC-BY-4.0授权许可<br> Copyright © 2023 腾讯公司 版权所有 <a href=https://beian.miit.gov.cn style=\"color:#FFFFFF;\">粤B2-20090059-1892</a> <img src=\"/zh/img/police.png\" width=\"16\" height=\"16\" style=\"vertical-align: middle\"><a href=\"https://beian.mps.gov.cn/#/query/webSearch?code=44030002001678\" rel=\"noreferrer\" target=\"_blank\" style=\"color:#FFFFFF;\">粤公网安备44030002001678</a>",
"description": "The footer copyright"
}
}
Binary file added website/static/img/police.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8672b86

Please sign in to comment.