1 Star 3 Fork 1

Stoneson/quic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
BSD-3-Clause
QUIC (Quick UDP Internet Connections)

QUIC is an early-stage network protocol [Jim Roskind <[email protected]>]
is experimenting with that runs a stream multiplexing protocol over a
new flavor of Transport Layer Security (TLS) on top of UDP instead of
TCP. QUIC combines a carefully selected collection of techniques to
reduce the number of round trips we need as we surf the Internet. You
can learn more in the design document, but here are some of the
highlights:

  * High security similar to TLS
  * Fast (often 0-RTT) connectivity similar to TLS Snapstart combined
    with TCP Fast Open
  * Packet pacing to reduce packet loss
  * Packet error correction to reduce retransmission latency
  * UDP transport to avoid TCP head-of-line blocking
  * A connection identifier to reduce reconnections for mobile clients
  * A pluggable congestion control mechanism

This is "libquic", a user-space library that re-uses/packages/purposes
the QUIC code from the Chromium browser project so that other software
can use this new protocol for Internet layer-4 communications.  QUIC
is a general purpose protocol built primarily with HTTP in mind, but
there is no reason not to use it as a replacement for TCP in other
non-HTTP based connections.

QUIC Discussions:
 [email protected]
 https://groups.google.com/a/chromium.org/d/forum/proto-quic


[1] http://blog.chromium.org/2013/06/experimenting-with-quic.html
[2] https://docs.google.com/document/d/1RNHkx_VvKWyWg6Lr8SZ-saqsQx7rFV-ev2jRFUoVD34/preview?sle=true
[3] https://docs.google.com/document/d/1lmL9EF6qKrk7gbazY8bIdvq3Pno2Xj_l_YShP40GLQE/edit#heading=h.h3jsxme7rovm
// Copyright 2014 The Chromium Authors. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of conditions and the following disclaimer. // * Redistributions in binary form must reproduce the above // copyright notice, this list of conditions and the following disclaimer // in the documentation and/or other materials provided with the // distribution. // * Neither the name of Google Inc. nor the names of its // contributors may be used to endorse or promote products derived from // this software without specific prior written permission. // // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

简介

libquic: QUIC (Quick UDP Internet Connections) 展开 收起
C 等 4 种语言
BSD-3-Clause
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/stoneson/quic.git
[email protected]:stoneson/quic.git
stoneson
quic
quic
master

搜索帮助